mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-06 05:01:19 -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
|
||||
exit
|
||||
else
|
||||
if [ -z "$PSSKIPRANKING" ]; then
|
||||
if [ -n "$PSRANKING" ]; then
|
||||
ps-rankmirrors
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue