fix neovim installation

This commit is contained in:
Tobias Powalowski 2023-09-20 17:28:13 +02:00
parent 771e1543a6
commit 53dfe6fec7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
On the road to 2023.09: On the road to 2023.09:
- kernel 6.5.x - kernel 6.5.x
- GeoIP Hosting: https://archboot.net - GeoIP Hosting: https://archboot.net
- upgraded to 6 month archive of old ISOs - upgraded to 6 months archive of old ISOs
Environment: Environment:
- mount initrd outside of dialog progressbar - mount initrd outside of dialog progressbar
- added mouse input devices - added mouse input devices

View file

@ -44,7 +44,7 @@ _geteditor() {
;; ;;
"NEOVIM") _EDITOR="nvim" "NEOVIM") _EDITOR="nvim"
if ! [[ -f "${_DESTDIR}/usr/bin/nvim" ]]; then if ! [[ -f "${_DESTDIR}/usr/bin/nvim" ]]; then
_PACKAGES="nvim" _PACKAGES="neovim"
_run_pacman | _dialog --title " Logging to ${_VC} | ${_LOG} " --gauge "Installing package(s):\n${_PACKAGES}..." 7 75 0 _run_pacman | _dialog --title " Logging to ${_VC} | ${_LOG} " --gauge "Installing package(s):\n${_PACKAGES}..." 7 75 0
_pacman_error _pacman_error
fi fi