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