diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 407c681d2..f105f024f 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -27,7 +27,7 @@ select_mirror() { NEXTITEM="4" ## Download updated mirrorlist, if possible (only on x86_64) if [[ "${RUNNING_ARCH}" == "x86_64" ]]; then - dialog --infobox "Downloading latest mirrorlist ..." 1 60 + dialog --infobox "Downloading latest mirrorlist ..." 3 40 ${DLPROG} -q "https://www.archlinux.org/mirrorlist/?country=all&protocol=http&protocol=https&ip_version=4&ip_version=6&use_mirror_status=on" -O /tmp/pacman_mirrorlist.txt -o ${LOG} 2>/dev/null if grep -q '#Server = http:' /tmp/pacman_mirrorlist.txt; then