Install dialog
This commit is contained in:
parent
c1b1e1f301
commit
69cb853a18
|
@ -590,6 +590,9 @@ runScript() {
|
||||||
checkForSystemdUnit "systemd units" "graphical.target"
|
checkForSystemdUnit "systemd units" "graphical.target"
|
||||||
systemctl --no-block start reflector.service
|
systemctl --no-block start reflector.service
|
||||||
welcomeMsg="Welcome to calsais!"
|
welcomeMsg="Welcome to calsais!"
|
||||||
|
echo "Please wait..."
|
||||||
|
pacman -Sy --needed --noconfirm dialog
|
||||||
|
clear
|
||||||
fi
|
fi
|
||||||
|
|
||||||
whiptail --title "calsais" --msgbox "${welcomeMsg}" 0 0
|
whiptail --title "calsais" --msgbox "${welcomeMsg}" 0 0
|
||||||
|
|
Loading…
Reference in New Issue