mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-02 06:55:08 +03:00
Use pacman -Syu instead of pacman -Sy
This commit is contained in:
parent
3127ad290d
commit
f00e5769f5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user