From df184fa37d1d7f15bac4c7ba1d84672764c66068 Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Sun, 22 Jan 2017 22:31:44 +0100 Subject: [PATCH] fix reflector using more times than needed --- installer/archinstall-dev.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/installer/archinstall-dev.sh b/installer/archinstall-dev.sh index d1a3c30..7bd2210 100755 --- a/installer/archinstall-dev.sh +++ b/installer/archinstall-dev.sh @@ -412,10 +412,8 @@ function installconf { fi # Download or install base system. - wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/archinstall/pacman.conf -O pacman.conf + wget -nv https://gitlab.com/JKANetwork/JKArch/raw/master/installer/pacman.conf -O pacman.conf isanetworkerror # Comprueba si hubo un error de descarga - tput setaf 2 ; echo "$(T "Optimizing download")" ; tput setaf 9 - execl reflector --verbose -l 6 --sort rate --save /etc/pacman.d/mirrorlist tput setaf 2 ; echo "$(T "Downloading")" ; tput setaf 9 # Reflector and rsync is for updating mirrorlist # execl pacman -Sy archlinux-keyring --noconfirm #Keyring for avoid fail sig of some packages