From d91cde20bb93136543a9b3fee647a6bb5d1de203 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Fri, 22 Sep 2023 00:45:35 +0200 Subject: [PATCH] Disable mirror ranking by default --- setup/09-proxspace_setup.post | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/09-proxspace_setup.post b/setup/09-proxspace_setup.post index a8782708c..b36c47b47 100644 --- a/setup/09-proxspace_setup.post +++ b/setup/09-proxspace_setup.post @@ -30,7 +30,7 @@ if [ "$MSYSTEM" == "MINGW64" ]; then yes | pacman -Syuu exit else - if [ -z "$PSSKIPRANKING" ]; then + if [ -n "$PSRANKING" ]; then ps-rankmirrors fi