diff options
-rwxr-xr-x | systemd/pacman-offline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline index e1b368e..3e9133b 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -12,7 +12,7 @@ rm -f /system-update # install updates if [ "$(pacman --sync --print --needed archlinux-keyring | wc -l)" -gt 0 ]; then - pacman --sync --noconfirm --needed archlinux-keyring + pacman --sync --noconfirm archlinux-keyring fi pacman --sync --noconfirm --sysupgrade |