Update 0-preinstall.sh

This commit is contained in:
Danneman92 2022-08-26 04:04:49 +01:00
parent a92d8c5e51
commit aaeb33738c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ echo -ne "
Setting up $iso mirrors for faster downloads
-------------------------------------------------------------------------
"
reflector -a 48 --connection-timeout 1 --download-timeout 2 -l 50 --sort rate --save /etc/pacman.d/mirrorlist
reflector -a 48 --connection-timeout 1 --download-timeout 1 -l 100 --sort rate --save /etc/pacman.d/mirrorlist
mkdir /mnt &>/dev/null # Hiding error message if any
echo -ne "
-------------------------------------------------------------------------