From b8d76af33851d27c1db167dac790c0b55c48e9ea Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Tue, 6 Jun 2023 23:41:34 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a3b9639..aa7216e 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ fi mkdir /opt/python-aprs -sudo cat > /lib/systemd/system/py-aprsb1.service <<- "EOF" +cat > /lib/systemd/system/py-aprsb1.service <<- "EOF" [Unit] Description=Python APRS BEACOM1 After=network.target @@ -42,7 +42,7 @@ WantedBy=multi-user.target EOF # -sudo cat > /opt/python-aprs/bcom1.py <<- "EOF" +cat > /opt/python-aprs/bcom1.py <<- "EOF" import socket import time