Update install.sh
This commit is contained in:
parent
3ce77f7603
commit
5925f3fcca
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue