Use pacman -Syu instead of pacman -Sy

This commit is contained in:
Jean-Christophe Amiel 2024-07-18 14:28:52 +02:00 committed by hurl-bot
parent 3127ad290d
commit f00e5769f5
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D

View File

@ -2,7 +2,7 @@
set -Eeuo pipefail
echo "----- install prerequisite packages -----"
pacman -Sy --noconfirm \
pacman -Syu --noconfirm \
bash \
sudo \
expect \
@ -17,7 +17,7 @@ pacman -Sy --noconfirm \
squid \
jq
# Temporary install to patch a python3/pip crash
pacman -Sy --noconfirm expat
pacman -Syu --noconfirm expat
sudo squid -k shutdown || true
sudo rm -v /dev/shm/squid*.shm >/dev/null 2>&1 || true