mirror of https://gitlab.com/hp3icc/emq-TE1.git
Create beacon-update.sh
This commit is contained in:
parent
06c1d70a9f
commit
1aef6a9c5d
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/shell-aprs/main/shell.sh)"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/menu.sh)"
|
||||
variable22=$(grep "EMQ-VER:" /opt/emq-ver | tail -c 5)
|
||||
sudo sed -i "s/R00ab/$variable22/g" /bin/menu
|
||||
Loading…
Reference in New Issue