From 8ef9eb18ef28700caf8b5d34e0bb7601a66c361f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 29 Jan 2022 19:28:00 -0300 Subject: [PATCH] Update installImportantPackages() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 42a6579..4eefa32 100755 --- a/install.sh +++ b/install.sh @@ -289,7 +289,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 - pacman -Sy --noconfirm archlinux-keyring 2>&1 | debug + pacman -S --noconfirm archlinux-keyring 2>&1 | debug getThePackages "Y" "installImportantPackages" runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug }