diff --git a/install.sh b/install.sh index 3664693..53337c9 100644 --- a/install.sh +++ b/install.sh @@ -1,10 +1,10 @@ if [[ $EUID -ne 0 ]]; then - whiptail --title "emq-TE1" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50 + whiptail --title "Python APRS WX" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50 exit 0 fi #!/bin/bash -apps=("git" "sudo" "curl" "wget" "sed" "wavemon") +apps=("git" "sudo" "curl" "wget" "sed") for app in "${apps[@]}" do