From bf729ef2120f2310a37c6e8fc2fbd9744a8824c9 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 9 Jan 2022 20:17:50 -0300 Subject: [PATCH] Add clear --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index de8a31b..72a9509 100755 --- a/install.sh +++ b/install.sh @@ -553,11 +553,11 @@ runScript() { esac done + clear if [ -d "$HOME/Documents" ]; then whiptail --title "CocoASAIS" --msgbox "Now, we will finish the installation. Press OK and wait." 7 60 getDotfiles whiptail --title "CocoASAIS" --msgbox "All done!" 0 0 - clear exit 0 fi