Update install.sh

This commit is contained in:
Esteban Mackay Q 2022-08-19 17:16:31 -05:00 committed by GitHub
parent 6446733d19
commit 3b774a02f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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/*