diff --git a/install.sh b/install.sh index 0d52cc1..bd13be6 100755 --- a/install.sh +++ b/install.sh @@ -284,7 +284,7 @@ getThePackages() { installImportantPackages() { calcHeightAndRun "whiptail --msgbox \"We will continue with the installation of some important packages in the background. Please press OK and wait.\" HEIGHT 60" - pacman -Sy --noconfirm archlinux-keyring + pacman -Sy --noconfirm archlinux-keyring 2>&1 | debug getThePackages "Y" "installImportantPackages" runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug }