From 3ce77f7603e265cad6896e75d9fa1f184dfdde9d Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sat, 3 Jun 2023 10:24:09 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c6ca2da..091e4b1 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ if [[ $EUID -ne 0 ]]; then whiptail --title "Python APRS WX" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50 exit 0 fi -apps="python3" +apps=("python3") for app in "${apps[@]}" do