From c7f3f6f4ea396e57920f845bd3efd89ec08b45e3 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 12:08:46 -0300 Subject: [PATCH] Use reset to completely clear terminal --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5444a40..7c0d585 100755 --- a/install.sh +++ b/install.sh @@ -475,8 +475,8 @@ runScript() { esac done - clear if [ -d "$HOME/Documents" ]; then + clear 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 @@ -505,6 +505,7 @@ runScript() { welcomeMsg="Welcome to CocoASAIS!" fi + reset whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0 while [ $i -le "${#steps[@]}" ]; do