From 2a509126a0553eb00c620ba295c8baa71c3e2a91 Mon Sep 17 00:00:00 2001 From: Sinisa <1813100+sinisa94@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:57:02 +0200 Subject: [PATCH] Attempt to reduce headache with archlinux-keyring --- src/commands/system-update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/system-update.sh b/src/commands/system-update.sh index b86172b8..d88851eb 100755 --- a/src/commands/system-update.sh +++ b/src/commands/system-update.sh @@ -76,7 +76,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