Update dv-list-tg.sh

This commit is contained in:
Esteban Mackay Q. 2025-02-02 19:53:01 -05:00
parent 343b3711e7
commit 15801a7fc1
1 changed files with 8 additions and 2 deletions

View File

@ -18,10 +18,16 @@ fi
case $choix in
1)
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 &&
menu-update-tg2 ;;
whiptail --title "Easy-DVSwitch" --msgbox "TG List DVSwitch:\n\n\
Actualice la base de datos en su app DVSMobile.\n\
Update database in you DVSMobile APP." 0 50
;;
2)
sudo sed -i '538s/curl --fail -o "$NODE_DIR\/$1" -s.*/curl --fail -o "$NODE_DIR\/$1" -s http:\/\/www.pistar.uk\/downloads\/$1/' /opt/MMDVM_Bridge/dvswitch.sh &&
menu-update-tg2 ;;
whiptail --title "Easy-DVSwitch" --msgbox "TG List DVSwitch:\n\n\
Actualice la base de datos en su app DVSMobile.\n\
Update database in you DVSMobile APP." 0 50
;;
3)
/usr/local/dvs/dvs;
esac