From 310a651bbc93a8f2115208a383b3640856b95d7b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 17 Jan 2022 17:45:17 -0300 Subject: [PATCH] Reinstall archlinux-keyring --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b287255..1b36e3f 100755 --- a/install.sh +++ b/install.sh @@ -284,6 +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 getThePackages "Y" "installImportantPackages" runInChroot "systemctl enable NetworkManager; systemctl enable fstrim.timer" 2>&1 | debug }