From 6fa35fe839850297e38ed2718c12512664675e7a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 30 Jan 2022 17:13:40 -0300 Subject: [PATCH] Add infobox --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 602395a..91afeed 100755 --- a/install.sh +++ b/install.sh @@ -290,6 +290,7 @@ getThePackages() { installImportantPackages() { msg="\nWe will continue with the installation of some important packages in the background. Please press OK and wait." dialog --msgbox "$msg" 8 60 + dialog --infobox "\nUpgrading archlinux-keyring." 5 32 pacman -S --noconfirm archlinux-keyring 2>&1 | debug getThePackages "Y" "installImportantPackages" runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug