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 9471bfc..973dc01 100755 --- a/systemd/pacman-offline +++ b/systemd/pacman-offline @@ -24,7 +24,7 @@ rm -f /system-update rm -f /run/systemd/system/systemd-reboot.service # install updates -if [ "$(pacman --sync --print --needed archlinux-keyring | wc -l)" -gt 0 ]; then +if [ "$(pacman --sync --print --needed archlinux-keyring | wc -l)" -gt 0 ]; then pacman --sync --noconfirm archlinux-keyring fi pacman --config /run/pacman.conf --sync --noconfirm --sysupgrade |