From 53dfe6fec73a5ffb57fbd905dbc08c74ed377901 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 20 Sep 2023 17:28:13 +0200 Subject: [PATCH] fix neovim installation --- CHANGELOG | 2 +- usr/lib/archboot/installer/base.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3ef1632d7..4217ce272 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ On the road to 2023.09: - kernel 6.5.x - GeoIP Hosting: https://archboot.net -- upgraded to 6 month archive of old ISOs +- upgraded to 6 months archive of old ISOs Environment: - mount initrd outside of dialog progressbar - added mouse input devices diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index de04643cb..ea2fb520e 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -44,7 +44,7 @@ _geteditor() { ;; "NEOVIM") _EDITOR="nvim" 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 _pacman_error fi