From 45a6b5b1f894ece3ee6b15fb54070d12f6482274 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 20:39:44 -0300 Subject: [PATCH] Update msgbox of updateMirrors() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e5493d6..50f7356 100755 --- a/install.sh +++ b/install.sh @@ -362,7 +362,7 @@ setRootPassword() { } updateMirrors() { - whiptail --msgbox "Now, we will update the mirror list by taking the most recently synchronized HTTPS mirrors sorted by download rate." 0 0 + 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 cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup