mirror of https://gitlab.com/hp3icc/emq-TE1.git
Delete dvs-adn.sh
This commit is contained in:
parent
d6c498a623
commit
02e94640f2
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Nombre del script
|
||||
SCRIPT_NAME="dvs-adn.sh"
|
||||
# Registra el inicio en /opt/curl.txt
|
||||
echo "Inicio: $SCRIPT_NAME" >> /opt/curl.txt
|
||||
#############################################################################################################################
|
||||
# dvswitch tg select
|
||||
#############################################################################################################################
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/dvs -O /usr/local/dvs/dvs
|
||||
sudo chmod +x /usr/local/dvs/dvs
|
||||
#
|
||||
wget https://gitlab.com/hp3icc/DVSwitch-Mobile-TG-List/-/raw/main/lang.sh -O /tmp/lang.sh
|
||||
sudo chmod +x /tmp/lang.sh
|
||||
sh /tmp/lang.sh
|
||||
sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\/$1" -s http:\/\/datafiles.ddns.net:8888\/downloads\/$1/' /opt/MMDVM_Bridge/dvswitch.sh &&
|
||||
# Registra el final en /opt/curl.txt
|
||||
echo "Finalizado: $SCRIPT_NAME" >> /opt/curl.txt
|
||||
Loading…
Reference in New Issue