Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-03 10:24:09 +00:00
parent 938adf36de
commit 3ce77f7603
1 changed files with 1 additions and 1 deletions

View File

@ -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