Update menu

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-03 09:05:08 +00:00
parent 2f0272234c
commit d338791849
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
###menu
sudo cat > /bin/menu <<- "EOF"
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
whiptail --title "menu" --msgbox "requiere ser usuario root , escriba (sudo su) antes de entrar a menu / requires root user, type (sudo su) before entering menu" 0 50
exit 0
fi
while : ; do
choix=$(whiptail --title "Proyect emq-TE1+ Rev: R00ab / Raspbian Proyect by HP3ICC 73." --menu "Suba o Baje con las flechas del teclado y seleccione el numero de opcion:" 24 70 15 \
1 " APRS " \