From 1b961448822fdb5b6cb24a61c086cb9a71558ac7 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Wed, 7 Jun 2023 00:43:23 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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