Update infobox text

This commit is contained in:
Santiago Lo Coco 2022-01-04 17:47:06 -03:00
parent 4e93ca3198
commit 5b0059ddf8
1 changed files with 1 additions and 1 deletions

View File

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