Reinstall archlinux-keyring

This commit is contained in:
Santiago Lo Coco 2022-01-17 17:45:17 -03:00
parent 114cade374
commit 310a651bbc
1 changed files with 1 additions and 0 deletions

View File

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