Update installImportantPackages()

This commit is contained in:
Santiago Lo Coco 2022-01-29 19:28:00 -03:00
parent c7d4e00ddf
commit 8ef9eb18ef
1 changed files with 1 additions and 1 deletions

View File

@ -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
}