Install dialog

This commit is contained in:
Santiago Lo Coco 2022-01-28 17:51:05 -03:00
parent c1b1e1f301
commit 69cb853a18
1 changed files with 3 additions and 0 deletions

View File

@ -590,6 +590,9 @@ runScript() {
checkForSystemdUnit "systemd units" "graphical.target"
systemctl --no-block start reflector.service
welcomeMsg="Welcome to calsais!"
echo "Please wait..."
pacman -Sy --needed --noconfirm dialog
clear
fi
whiptail --title "calsais" --msgbox "${welcomeMsg}" 0 0