Disable mirror ranking by default

This commit is contained in:
Gator96100 2023-09-22 00:45:35 +02:00
parent 200666ba52
commit d91cde20bb

View file

@ -30,7 +30,7 @@ if [ "$MSYSTEM" == "MINGW64" ]; then
yes | pacman -Syuu
exit
else
if [ -z "$PSSKIPRANKING" ]; then
if [ -n "$PSRANKING" ]; then
ps-rankmirrors
fi