Add clear
This commit is contained in:
parent
89017dd3c6
commit
c7d4e00ddf
|
@ -586,8 +586,8 @@ runScript() {
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
clear
|
|
||||||
if [ -d "$HOME/Documents" ]; then
|
if [ -d "$HOME/Documents" ]; then
|
||||||
|
clear
|
||||||
dialog --title "calsais" --msgbox "\nNow, we will finish the installation. Press OK and wait." 7 60
|
dialog --title "calsais" --msgbox "\nNow, we will finish the installation. Press OK and wait." 7 60
|
||||||
getDotfiles
|
getDotfiles
|
||||||
dialog --title "calsais" --msgbox "\nAll done!" 7 15
|
dialog --title "calsais" --msgbox "\nAll done!" 7 15
|
||||||
|
@ -623,9 +623,9 @@ runScript() {
|
||||||
welcomeMsg="Welcome to calsais!"
|
welcomeMsg="Welcome to calsais!"
|
||||||
echo "Please wait..."
|
echo "Please wait..."
|
||||||
pacman -Sy --needed --noconfirm dialog 2>&1 | debug
|
pacman -Sy --needed --noconfirm dialog 2>&1 | debug
|
||||||
clear
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
clear
|
||||||
trap 'printAndExit "Received SIGINT signal."' INT
|
trap 'printAndExit "Received SIGINT signal."' INT
|
||||||
calcAndRun dialog --title "calsais" --msgbox "\"\n${welcomeMsg}\"" 7 WIDTH
|
calcAndRun dialog --title "calsais" --msgbox "\"\n${welcomeMsg}\"" 7 WIDTH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue