Add clear

This commit is contained in:
Santiago Lo Coco 2022-01-09 20:17:50 -03:00
parent 43fcb210ca
commit bf729ef212
1 changed files with 1 additions and 1 deletions

View File

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