Update install.sh

merge-requests/1/head
RaspbianProyect by HP3ICC 3 years ago
parent 64e372c991
commit 5c4fbd38d7

@ -727,7 +727,7 @@ ExecStart=/usr/bin/python3 /opt/FreeDMR/hotspot_proxy_v2.py -c /opt/FreeDMR/prox
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
######### #########
sh -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/D-APRS/main/emq-daprs.sh)" bash -c "$(curl -fsSL https://raw.githubusercontent.com/hp3icc/D-APRS/main/emq-daprs.sh)"
######### #########
sudo cat > /lib/systemd/system/freedmr.service <<- "EOF" sudo cat > /lib/systemd/system/freedmr.service <<- "EOF"
[Unit] [Unit]
@ -878,7 +878,7 @@ sudo systemctl disable http.server-fdmr.service;;
9) 9)
menu-igate ;; menu-igate ;;
10) 10)
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)"; bash -c "$(curl -fsSL https://gitlab.com/hp3icc/fdmr/-/raw/main/update.sh)";
esac esac
done done
exit 0 exit 0

Loading…
Cancel
Save

Powered by TurnKey Linux.