smaller box for downloading mirrors

This commit is contained in:
Tobias Powalowski 2022-04-03 13:01:40 +02:00
parent 2b000f6fce
commit 671edf3610

View file

@ -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