From 69cb853a185726ceca3dcd0b8585c19e5dea9690 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 28 Jan 2022 17:51:05 -0300 Subject: [PATCH] Install dialog --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index b87d1fb..e06fb89 100755 --- a/install.sh +++ b/install.sh @@ -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