mirror of https://gitlab.com/hp3icc/shell-aprs.git
Update install.sh
This commit is contained in:
parent
dfb03f983f
commit
17f8653633
|
|
@ -1,6 +1,6 @@
|
||||||
sudo mkdir /opt/shell-aprs
|
sudo mkdir /opt/shell-aprs
|
||||||
|
|
||||||
cat > /lib/systemd/system/aprsb1.service <<- "EOF"
|
sudo cat > /lib/systemd/system/aprsb1.service <<- "EOF"
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=APRS BEACOM1
|
Description=APRS BEACOM1
|
||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
|
|
@ -16,10 +16,10 @@ ExecStart=/opt/shell-aprs/bcom1.sh
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
#
|
#
|
||||||
cat > /opt/shell-aprs/bcom1.sh <<- "EOF"
|
sudo cat > /opt/shell-aprs/bcom1.sh <<- "EOF"
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
###### shellbeacon 1.0 A simple SHELL APRS Auto Beacon by WA1GOV
|
###### shellbeacon 1.0 A simple SHELL APRS Auto Beacon by WA1GOV
|
||||||
###### Works with Linux & Windows/Cygwin with netcat package installed
|
###### Works with Linux & Windows/Cygwin with netcat package installed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue