Update install.sh
This commit is contained in:
parent
6506ef3c4b
commit
1b96144882
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue