mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update tgname.sh
This commit is contained in:
parent
043b7520d1
commit
e470c88dca
|
|
@ -463,9 +463,6 @@ with open('/opt/MMDVMHost-Websocketboard/html/data/TG_List.csv', 'w') as archivo
|
|||
print("Proceso completado. Archivo de salida '/opt/dmrgw.txt' generado con lÃneas de todos los archivos.")
|
||||
|
||||
EOF
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-dmrc -O /opt/tg-dmrc
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-tgif -O /opt/tg-tgif
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-systemx -O /opt/tg-systemx
|
||||
|
||||
############
|
||||
sudo cat > /bin/menu-uptg <<- "EOF"
|
||||
|
|
@ -477,7 +474,7 @@ fi
|
|||
|
||||
while : ; do
|
||||
choix=$(whiptail --title "Raspbian Proyect HP3ICC / Dashboar TG Name" --menu "Select list TG name for dashboard mmdvmhost.
|
||||
" 17 50 7 \
|
||||
" 17 59 7 \
|
||||
1 " TG Name Branmeister " \
|
||||
2 " TG Name FreeDMR " \
|
||||
3 " Duplex mode, S1=BM / S2=FDMR " \
|
||||
|
|
@ -506,6 +503,9 @@ sudo cat /opt/ysf-worldlink.txt >> /opt/MMDVMHost-Websocketboard/html/data/TG_Li
|
|||
5)
|
||||
sudo cat /opt/ysf-europelink.txt >> /opt/MMDVMHost-Websocketboard/html/data/TG_List.csv ;;
|
||||
6)
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-dmrc -O /opt/tg-dmrc
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-tgif -O /opt/tg-tgif
|
||||
wget https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/tg-systemx -O /opt/tg-systemx
|
||||
python3 /opt/dmr5.py ;;
|
||||
7)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue