aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-01-15 14:32:22 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-01-15 14:32:22 +0100
commitd365c4afe5ec58e5e9752f6b6e701eaf6407f028 (patch)
treeb09b2b6c2dfc53225a6a75924fc6a96955d57d54
parent2c324f6facc91c7fa5013bec3b91cf547c35bd84 (diff)
downloadpacman-offline-d365c4afe5ec58e5e9752f6b6e701eaf6407f028.tar.gz
pacman-offline-d365c4afe5ec58e5e9752f6b6e701eaf6407f028.tar.zst
remove useless option
-rwxr-xr-xsystemd/pacman-offline2
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