Update install.sh

This commit is contained in:
alvinlollo
2025-11-12 13:01:49 +11:00
committed by GitHub
parent 8a36d2d105
commit b480f8166e
+1 -1
View File
@@ -22,7 +22,7 @@ function error_handler() {
trap error_handler ERR
#Install prerequisites
sudo pacman -Syu git zsh curl wget --noconfirm --needed
sudo pacman -Syu git zsh curl wget whiptail --noconfirm --needed
# Ensure whiptail is installed
if ! command -v whiptail >/dev/null; then