Update install.sh

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

View File

@ -1,6 +1,6 @@
sudo mkdir /opt/shell-aprs
cat > /lib/systemd/system/aprsb1.service <<- "EOF"
sudo cat > /lib/systemd/system/aprsb1.service <<- "EOF"
[Unit]
Description=APRS BEACOM1
After=syslog.target network.target
@ -16,10 +16,10 @@ ExecStart=/opt/shell-aprs/bcom1.sh
[Install]
WantedBy=multi-user.target
EOF
#
cat > /opt/shell-aprs/bcom1.sh <<- "EOF"
sudo cat > /opt/shell-aprs/bcom1.sh <<- "EOF"
#!/bin/bash
###### shellbeacon 1.0 A simple SHELL APRS Auto Beacon by WA1GOV
###### Works with Linux & Windows/Cygwin with netcat package installed