From 8a36d2d10503f38f742321e03353f393491ca555 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Wed, 12 Nov 2025 13:01:33 +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 4966f23..034429c 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 --noconfirm --needed +sudo pacman -Syu git zsh curl wget --noconfirm --needed # Ensure whiptail is installed if ! command -v whiptail >/dev/null; then