Merge pull request #98 from sinisa94/patch-1

Attempt to reduce headache with archlinux-keyring
This commit is contained in:
Chris Titus 2024-07-30 15:37:51 -05:00 committed by GitHub
commit 139b4820fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,8 @@ updateSystem() {
sudo "${PACKAGER}" upgrade -y sudo "${PACKAGER}" upgrade -y
;; ;;
pacman) pacman)
sudo "${PACKAGER}" -Syu --noconfirm sudo "${PACKAGER}" -Sy --noconfirm --needed archlinux-keyring
sudo "${PACKAGER}" -Su --noconfirm
;; ;;
zypper) zypper)
sudo ${PACKAGER} ref sudo ${PACKAGER} ref