Update list-update.sh

This commit is contained in:
hp3icc 2022-05-20 22:24:38 -05:00 committed by GitHub
parent a1f40d9834
commit 9bfa871067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -143,8 +143,7 @@ choix=$(whiptail --title "Raspbian Proyect HP3ICC Menu FreeDMR" --menu "Nota Imp
1 " Update HBMon2 Version OA4DOA " \
2 " Update FreeDMR " \
3 " UPGRADE LIST Update " \
4 " UPGRADE to AP-Mode " \
5 " Menu Principal " 3>&1 1>&2 2>&3)
4 " Menu Principal " 3>&1 1>&2 2>&3)
exitstatus=$?
#on recupere ce choix
#exitstatus=$?
@ -162,8 +161,6 @@ menu-up-fdm ;;
3)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/list-update.sh)" ;;
4)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/te1ap.sh)" ;;
5)
break;
esac
done