diff --git a/install/dvswitch.sh b/install/dvswitch.sh index ee4b4a5..3bacc16 100644 --- a/install/dvswitch.sh +++ b/install/dvswitch.sh @@ -387,6 +387,30 @@ sudo systemctl disable p25parrot.service sudo systemctl disable ysfparrot.service sudo systemctl disable nxdnparrot.service +rm /lib/systemd/system/analog_bridge.service +rm /lib/systemd/system/mmdvm_bridge.service +rm /lib/systemd/system/ysfgateway.service +rm /lib/systemd/system/ysfparrot.service +rm /lib/systemd/system/nxdngateway.service +rm /lib/systemd/system/nxdnparrot.service +rm /lib/systemd/system/p25gateway.service +rm /lib/systemd/system/p25parrot.service +rm /lib/systemd/system/quantar_bridge.service +rm /lib/systemd/system/ircddbgatewayd.service +rm /lib/systemd/system/md380-emu.service +cd /lib/systemd/system/ +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/analog_bridge.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/mmdvm_bridge.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ysfgateway.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ysfparrot.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/nxdngateway.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/nxdnparrot.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/p25gateway.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/p25parrot.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/quantar_bridge.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/ircddbgatewayd.service +wget https://raw.githubusercontent.com/hp3icc/emq-TE1ws/main/service/md380-emu.service + rm /var/log/mmdvm/* cat > /lib/systemd/system/http.server-dvs.service <<- "EOF"