diff --git a/install/dvs-adn.sh b/install/dvs-adn.sh deleted file mode 100644 index 8461c76..0000000 --- a/install/dvs-adn.sh +++ /dev/null @@ -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 \ No newline at end of file