Update install.sh

This commit is contained in:
Ja.KooLit
2025-03-09 09:17:56 +09:00
committed by GitHub
parent 0bdef7305d
commit 3486e33dde

View File

@@ -59,7 +59,7 @@ fi
# install whiptails if detected not installed. Necessary for this version
if ! command -v whiptail >/dev/null; then
echo "${NOTE} - whiptail is not installed. Installing..." | tee -a "$LOG"
sudo pacman -S --noconfirm whiptail
sudo pacman -S --noconfirm libnewt
printf "\n%.0s" {1..1}
fi