Tools: Fix our pacman arguments in arch-setup.sh.

Add back the -u / --sysupgrade flag.
This commit is contained in:
Gerald Combs 2022-04-19 10:52:23 -07:00 committed by A Wireshark GitLab Utility
parent 33dca395b1
commit f6061c4a3c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ then
fi
# Partial upgrades are unsupported.
pacman --sync --refresh --needed $ACTUAL_LIST $OPTIONS || exit 2
pacman --sync --refresh --sysupgrade --needed $ACTUAL_LIST $OPTIONS || exit 2
if [ $ADDITIONAL -eq 0 ]
then