From 3b774a02f53595eb8b614683b20d49a8d4482880 Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q <49044505+hp3icc@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:16:31 -0500 Subject: [PATCH] Update install.sh --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d24f87c..faf35d2 100644 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ callsign="HP3ICC-10" # Change this to your callsign-ssid password="19384" # See http://apps.magicbug.co.uk/passcode/ position="!0831.27N/08021.59Wr" # See position report below serverHost="noam.aprs2.net" # See http://www.aprs2.net/APRServe2.txt -comment="APRS BEACOM emq-TE1 / Raspbian Proyect by hp3icc" +comment="APRS BEACON emq-TE1 / Raspbian Proyect by hp3icc" serverPort=14580 # Definable Filter Port delay=1800 # default 30 minutes @@ -83,6 +83,11 @@ sudo sed -i "s/bcom1/bcom2/g" /lib/systemd/system/aprsb2.service sudo sed -i "s/bcom1/bcom3/g" /lib/systemd/system/aprsb3.service sudo sed -i "s/bcom1/bcom4/g" /lib/systemd/system/aprsb4.service +sudo sed -i "s/APRS BEACON emq-TE1/APRS BEACON-1 emq-TE1/g" /opt/shell-aprs/bcom1.sh +sudo sed -i "s/APRS BEACON emq-TE1/APRS BEACON-2 emq-TE1/g" /opt/shell-aprs/bcom2.sh +sudo sed -i "s/APRS BEACON emq-TE1/APRS BEACON-3 emq-TE1/g" /opt/shell-aprs/bcom3.sh +sudo sed -i "s/APRS BEACON emq-TE1/APRS BEACON-4 emq-TE1/g" /opt/shell-aprs/bcom4.sh + systemctl daemon-reload sudo chmod +x /opt/shell-aprs/*