From e17faad0c0d63d0a58a1b7ba199ed5f35d235be2 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 26 Dec 2021 23:01:28 -0300 Subject: [PATCH] Add more dialog boxes --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 99b1719..ccf0c0c 100755 --- a/install.sh +++ b/install.sh @@ -213,6 +213,7 @@ EOF } installNotImportantPackages() { + whiptail --msgbox "Now, we will install some more packages. This may take long, please wait." 0 0 getThePackages "N" "installNotImportantPackages" }