Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-07 00:43:23 +00:00
parent 6506ef3c4b
commit 1b96144882
1 changed files with 2 additions and 2 deletions

View File

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