This commit is contained in:
Esteban Mackay Q 2023-08-17 20:52:05 -05:00
parent f9e273205b
commit 664ced8164
12 changed files with 31 additions and 15 deletions

View File

@ -161,6 +161,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/f2b+u
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/python-aprs-wx/-/raw/main/install.sh)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/ysf2ysf.sh)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/install/raspberry.sh)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/easy-hbl/-/raw/main/hbl.sh)"
###########################
@ -181,6 +182,7 @@ bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ysf
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ysf2dmr)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ufw)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/menu/menu-ysf2ysf)"
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/easy-hbl/-/raw/main/menu-hbl.sh)"
############################

View File

@ -1,3 +1,4 @@
#!/bin/bash
###menu
sudo cat > /bin/menu <<- "EOF"
#!/bin/bash
@ -14,14 +15,15 @@ choix=$(whiptail --title "Proyect emq-TE1+ Rev: R00ab / Raspbian Proyect by HP3I
4 " pYSFReflector3 " \
5 " YSF2DMR " \
6 " YSF2YSF " \
7 " FreeDMR Server " \
8 " Editar WiFi " \
9 " DDNS NoIP " \
10 " GoTTY " \
11 " Firewall " \
12 " Update " \
13 " Reiniciar Equipo " \
14 " Salir del menu " 3>&1 1>&2 2>&3)
7 " HBLink3 Server " \
8 " FreeDMR Server " \
9 " Editar WiFi " \
10 " DDNS NoIP " \
11 " GoTTY " \
12 " Firewall " \
13 " Update " \
14 " Reiniciar Equipo " \
15 " Salir del menu " 3>&1 1>&2 2>&3)
exitstatus=$?
#on recupere ce choix
#exitstatus=$?
@ -45,20 +47,22 @@ menu-ysf2dmr;;
6)
menu-ysf2ysf;;
7)
menu-fdmr;;
menu-hbl;;
8)
menu-wifi;;
menu-fdmr;;
9)
menu-noip ;;
menu-wifi;;
10)
menu-web ;;
menu-noip ;;
11)
menu-ufw ;;
menu-web ;;
12)
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/update.sh)" ;;
menu-ufw ;;
13)
menu-reboot ;;
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/emq-TE1/-/raw/main/update.sh)" ;;
14)
menu-reboot ;;
15)
break;
esac
done

View File

@ -1,3 +1,4 @@
#!/bin/bash
################
sudo cat > /bin/menu-aprs <<- "EOF"
#!/bin/bash

View File

@ -1,3 +1,4 @@
#!/bin/bash
##############
sudo cat > /bin/menu-bcon <<- "EOF"
#!/bin/bash

View File

@ -1,3 +1,4 @@
#!/bin/bash
cat > /bin/menu-dvs <<- "EOF"
#!/bin/bash
while : ; do

View File

@ -1,3 +1,4 @@
#!/bin/bash
####menu-dw
cat > /bin/menu-dw <<- "EOF"
#!/bin/bash

View File

@ -1,3 +1,4 @@
#!/bin/bash
sudo cat > /bin/menu-fdmr <<- "EOF"
#!/bin/bash
if [[ $EUID -ne 0 ]]; then

View File

@ -1,3 +1,4 @@
#!/bin/bash
###menu
sudo cat > /bin/menu-ufw <<- "EOF"
#!/bin/bash

View File

@ -1,3 +1,4 @@
#!/bin/bash
cat > /bin/menu-web <<- "EOF"
#!/bin/bash
while : ; do

View File

@ -1,3 +1,4 @@
#!/bin/bash
#menu-wifi
cat > /bin/menu-wifi <<- "EOF"
#!/bin/bash

View File

@ -1,3 +1,4 @@
#!/bin/bash
sudo cat > /bin/menu-ysf <<- "EOF"
#!/bin/bash
while : ; do

View File

@ -1,3 +1,4 @@
#!/bin/bash
sudo cat > /bin/menu-ysf2dmr <<- "EOF"
#!/bin/bash
while : ; do