From 45d963b59e656f51c685e616641468991b261729 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Sun, 23 Jul 2023 04:05:04 +0000 Subject: [PATCH] Update update.sh --- update.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update.sh b/update.sh index f4148bb..386692e 100644 --- a/update.sh +++ b/update.sh @@ -881,6 +881,14 @@ then else mkdir /var/www/fdmr2 fi +sudo cat > /opt/wdp <<- "EOF" +######################################### +# Select number port, FreeDMR Dashboard # +######################################### + +Web-Dashboar-Port: 80 +EOF + apps=("wget" "git" "sudo" "python3" "python3-pip" "python3-dev" "libffi-dev" "libssl-dev" "cargo" "sed" "default-libmysqlclient-dev" "build-essential")