mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
5e92752fb5
commit
9d178d9bd7
|
|
@ -4,7 +4,7 @@ apt-get update -y
|
|||
apt-get upgrade -y
|
||||
|
||||
apt-get install sed wavemon -y
|
||||
apps=("git" "sudo" "curl" "wget")
|
||||
apps=("git" "sudo" "curl" "wget" "sed")
|
||||
|
||||
for app in "${apps[@]}"
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in New Issue