Use wget for pacman

This commit is contained in:
Gator96100 2021-04-11 00:42:47 +02:00
commit 151b9ec82b

View file

@ -17,6 +17,7 @@ if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then
sh /usr/bin/update-ca-trust sh /usr/bin/update-ca-trust
fi fi
rm /var/lib/pacman/sync/* rm /var/lib/pacman/sync/*
sed -i 's/#XferCommand = \/usr\/bin\/wget --passive-ftp -c -O %o %u/XferCommand = \/usr\/bin\/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u/g' /etc/pacman.conf
yes | pacman -Syuu yes | pacman -Syuu
else else
if [ -z "$PSSKIPRANKING" ]; then if [ -z "$PSSKIPRANKING" ]; then