From 5b0059ddf805858833a9037008fb5c8209fd6b00 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 17:47:06 -0300 Subject: [PATCH] Update infobox text --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 222ac3f..e99dfe9 100755 --- a/install.sh +++ b/install.sh @@ -447,7 +447,7 @@ getDotfiles() { } checkForGraphicalInterface() { - calcWidthAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface).\" 7 WIDTH" + calcHeightAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface). This may take a while, please wait.\" HEIGTH 61" journalctl --sync result=$(journalctl -b -q -r -g "Graphical" | wc -l) while [ $result -lt 2 ]; do