Update install.sh
This commit is contained in:
parent
4f6462b849
commit
1953672b16
|
|
@ -1,3 +1,7 @@
|
|||
if [[ $EUID -ne 0 ]]; then
|
||||
whiptail --title "emq-TE1" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50
|
||||
exit 0
|
||||
fi
|
||||
#!/bin/bash
|
||||
|
||||
apps=("git" "sudo" "curl" "wget" "sed" "wavemon")
|
||||
|
|
|
|||
Loading…
Reference in New Issue