From 671edf36105e5a28bdc1206d5c44b8894e5e33af Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 3 Apr 2022 13:01:40 +0200 Subject: [PATCH] smaller box for downloading mirrors --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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