Skip to content

Commit

Permalink
Merge pull request #98 from sinisa94/patch-1
Browse files Browse the repository at this point in the history
Attempt to reduce headache with archlinux-keyring
  • Loading branch information
ChrisTitusTech authored Jul 30, 2024
2 parents 1754e07 + 2a50912 commit 139b482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/system-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ updateSystem() {
sudo "${PACKAGER}" upgrade -y
;;
pacman)
sudo "${PACKAGER}" -Syu --noconfirm
sudo "${PACKAGER}" -Sy --noconfirm --needed archlinux-keyring
sudo "${PACKAGER}" -Su --noconfirm
;;
zypper)
sudo ${PACKAGER} ref
Expand Down

0 comments on commit 139b482

Please sign in to comment.