From 54d689640eebd5a2aca6b6374a9d675536de5666 Mon Sep 17 00:00:00 2001 From: hp3icc <49044505+hp3icc@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:49:47 -0500 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 3dccb73..9e780b3 100644 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ cd /opt/hbnet wget https://github.com/hp3icc/D-APRS/raw/main/gps_data.cfg wget https://github.com/hp3icc/D-APRS/raw/main/user_settings.txt -sudo cat > /bin/menu-daprs <<- "EOF" +sudo cat > /bin/menu <<- "EOF" #!/bin/bash while : ; do choix=$(whiptail --title "D-APRS KF7EEL / Raspbian Proyect HP3ICC Esteban Mackay 73." --menu "Suba o Baje con las flechas del teclado y seleccione el numero de opcion:" 16 65 5 \ @@ -83,8 +83,8 @@ EOF # sudo chmod +777 /opt/hbnet/user_settings.txt sudo chmod +x /opt/hbnet/*.py -sudo chmod +x /bin/menu-daprs +sudo chmod +x /bin/menu sudo chmod 755 /lib/systemd/system/daprs.service sudo systemctl daemon-reload -menu-daprs +menu