From 9cd24797ae36b6a816011dd827ca6b1629b53d2c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 8 Jul 2024 07:25:44 +0200 Subject: [PATCH] add title to nano message --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 6748e78c7..9fa86fe65 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -36,7 +36,7 @@ _geteditor() { _PACKAGES="nano" _run_pacman | _dialog --title " Logging to ${_VC} | ${_LOG} " --gauge "Installing package(s):\n${_PACKAGES}..." 7 75 0 _pacman_error - _dialog --no-mouse --infobox "Enable nano's syntax highlighting on installed system..." 3 70 + _dialog --no-mouse --title " Autoconfiguration " --infobox "Enable nano's syntax highlighting on installed system..." 3 70 rg -q '^include' "${_DESTDIR}/etc/nanorc" || \ echo "include \"/usr/share/nano/*.nanorc\"" >> "${_DESTDIR}/etc/nanorc" sleep 2