This commit is contained in:
Esteban Mackay Q 2023-10-14 22:39:45 -05:00
parent 1e956fa825
commit 0983252ea0
2 changed files with 12 additions and 4 deletions

View File

@ -155,6 +155,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/ysf2y
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/easy-hbl/-/raw/main/hbl.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/easy-hbl/-/raw/main/hbljson.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/fdmr.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/fdmr-bridge.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/nxdn2dmr.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/p25.sh)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/p25cross.sh)" &&
@ -165,6 +166,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/python-aprs-beacon/-/raw/main/me
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-dvs)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-dw)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-fdmr)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-fdmr-bridge)" &&
#bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-mm-rtl)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-mmdvm)" &&
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-noip)" &&

View File

@ -39,12 +39,13 @@ case $choix in
menu-dvs;;
4)
while : ; do
network=$(whiptail --title "Server & Reflector" --menu "Select menu:" 15 60 6 \
network=$(whiptail --title "Server & Reflector" --menu "Select menu:" 15 60 7 \
"1" "pYSFReflector3" \
"2" "P25Reflector" \
"3" "HBLink3 Server" \
"4" "FreeDMR Server" \
"5" "menu principal" 3>&1 1>&2 2>&3)
"5" "FreeDMR Bridge" \
"6" "menu principal" 3>&1 1>&2 2>&3)
exitstatus=$?
@ -59,6 +60,8 @@ case $choix in
"4")
menu-fdmr ;;
"5")
menu-fdmr-b ;;
"6")
break ;;
*)
echo "Invalid selection" ;;
@ -162,12 +165,13 @@ case $choix in
menu-dvs;;
4)
while : ; do
network=$(whiptail --title "Server & Reflector" --menu "Select menu:" 15 60 6 \
network=$(whiptail --title "Server & Reflector" --menu "Select menu:" 15 60 7 \
"1" "pYSFReflector3" \
"2" "P25Reflector" \
"3" "HBLink3 Server" \
"4" "FreeDMR Server" \
"5" "menu principal" 3>&1 1>&2 2>&3)
"5" "FreeDMR Bridge" \
"6" "menu principal" 3>&1 1>&2 2>&3)
exitstatus=$?
@ -182,6 +186,8 @@ case $choix in
"4")
menu-fdmr ;;
"5")
menu-fdmr-b ;;
"6")
break ;;
*)
echo "Invalid selection" ;;