From 261f13210e33449cba4e2dee931fb124130bce0a Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 27 Jan 2022 22:47:20 -0300 Subject: [PATCH] Add waitBox in updateMirrors() --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 257e87c..9f18967 100755 --- a/install.sh +++ b/install.sh @@ -374,6 +374,7 @@ updateMirrors() { calcHeightAndRun "whiptail --msgbox \"Now, we will update the mirror list by taking the most recently synchronized HTTPS mirrors sorted by download rate.\" HEIGHT 65" whiptail --yesno "Would you like to choose your closest countries to narrow the search?" 0 0 if [ $? -eq 0 ]; then + printWaitBox systemctl stop reflector.service cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup curl -o /etc/pacman.d/mirrorlist.pacnew https://archlinux.org/mirrorlist/all/ 2>&1 | debug