aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-10-11 13:18:25 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-10-11 13:18:25 +0200
commiteed20ee3c18cd31b987530b89fd9847764c790a5 (patch)
tree0a84236b39803e4b1a671ec9ce8593f8e6b865fc /systemd
parent2037d30a9fc3e5efdcdeadedbc2bff746a6b9daf (diff)
downloadpacman-offline-eed20ee3c18cd31b987530b89fd9847764c790a5.tar.gz
pacman-offline-eed20ee3c18cd31b987530b89fd9847764c790a5.tar.zst
always use long options
Diffstat (limited to 'systemd')
-rwxr-xr-xsystemd/pacman-offline6
1 files changed, 3 insertions, 3 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline
index 5fecdb6..aab687b 100755
--- a/systemd/pacman-offline
+++ b/systemd/pacman-offline
@@ -11,11 +11,11 @@ fi
rm -f /system-update
# install updates
-pacman -S --noconfirm --needed archlinux-keyring
-pacman -Su --noconfirm
+pacman --sync --noconfirm --needed archlinux-keyring
+pacman --sync --noconfirm --sysupgrade
# clean up package cache
-pacman -Sc --noconfirm
+pacman --sync --noconfirm --clean
# reboot
systemctl reboot