mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-07 05:31:20 -07:00
Disable mirror ranking by default
This commit is contained in:
parent
200666ba52
commit
d91cde20bb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||||
yes | pacman -Syuu
|
yes | pacman -Syuu
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
if [ -z "$PSSKIPRANKING" ]; then
|
if [ -n "$PSRANKING" ]; then
|
||||||
ps-rankmirrors
|
ps-rankmirrors
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue