From 64067572d7f8b4134a4fd3ca0335174b2d8999cc Mon Sep 17 00:00:00 2001 From: Danneman92 <31633475+Danneman92@users.noreply.github.com> Date: Thu, 25 Aug 2022 01:42:18 +0100 Subject: [PATCH] updated mirrors --- scripts/0-preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/0-preinstall.sh b/scripts/0-preinstall.sh index 63af03a..232303c 100755 --- a/scripts/0-preinstall.sh +++ b/scripts/0-preinstall.sh @@ -39,7 +39,7 @@ echo -ne " Setting up $iso mirrors for faster downloads ------------------------------------------------------------------------- " -reflector -a 48 -c $iso -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist +reflector -a 48 -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist mkdir /mnt &>/dev/null # Hiding error message if any echo -ne " -------------------------------------------------------------------------