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