Use reset to completely clear terminal

This commit is contained in:
Santiago Lo Coco 2022-01-04 12:08:46 -03:00
parent fd2e239c1c
commit c7f3f6f4ea
1 changed files with 2 additions and 1 deletions

View File

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