Use reset to completely clear terminal
This commit is contained in:
parent
fd2e239c1c
commit
c7f3f6f4ea
|
@ -475,8 +475,8 @@ runScript() {
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
clear
|
|
||||||
if [ -d "$HOME/Documents" ]; then
|
if [ -d "$HOME/Documents" ]; then
|
||||||
|
clear
|
||||||
whiptail --title "CocoASAIS" --msgbox "Now, we will finish the installation. Press OK and wait." 7 60
|
whiptail --title "CocoASAIS" --msgbox "Now, we will finish the installation. Press OK and wait." 7 60
|
||||||
getDotfiles
|
getDotfiles
|
||||||
whiptail --title "CocoASAIS" --msgbox "All done!" 0 0
|
whiptail --title "CocoASAIS" --msgbox "All done!" 0 0
|
||||||
|
@ -505,6 +505,7 @@ runScript() {
|
||||||
welcomeMsg="Welcome to CocoASAIS!"
|
welcomeMsg="Welcome to CocoASAIS!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
reset
|
||||||
whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0
|
whiptail --title "CocoASAIS" --msgbox "${welcomeMsg}" 0 0
|
||||||
|
|
||||||
while [ $i -le "${#steps[@]}" ]; do
|
while [ $i -le "${#steps[@]}" ]; do
|
||||||
|
|
Loading…
Reference in New Issue