mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-14 18:59:43 +10:00
Update install.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user