mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-26 00:07:18 +10:00
Update install.sh
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ function error_handler() {
|
|||||||
trap error_handler ERR
|
trap error_handler ERR
|
||||||
|
|
||||||
#Install prerequisites
|
#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
|
# Ensure whiptail is installed
|
||||||
if ! command -v whiptail >/dev/null; then
|
if ! command -v whiptail >/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user