Update install.sh

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