From b480f8166edf63f36de58de76572f0af5ed7e841 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:01:49 +1100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 034429c..dcbf2d1 100755 --- a/install.sh +++ b/install.sh @@ -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