mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
a2a60914fb
commit
dcee4334f5
|
|
@ -1,14 +1,11 @@
|
|||
#!/bin/sh
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
whiptail --title "emq-TE1" --msgbox "Debe ejecutar este script como usuario ROOT" 0 50
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo Actualizando sistema
|
||||
apt-get update -y
|
||||
apt-get upgrade -y
|
||||
#!/bin/sh
|
||||
|
||||
apps=( "git" "sudo" "curl" "wget" "sed" "wavemon" )
|
||||
apps=("git" "sudo" "curl" "wget" "sed" "wavemon")
|
||||
|
||||
for app in "${apps[@]}"
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in New Issue