Browse code

Fixed root issues and error on download of aprsc source

Richard Cornwell (K9RCP) authored on 10/27/2022 04:49:07
Showing 1 changed files
... ...
@@ -9,6 +9,8 @@ echo "If you need your APRS Passcode you can get it here: https://willamettevall
9 9
 read -p 'Please enter callsign APRS Passcode: ' aprspasscode
10 10
 read -p 'Your Email Address: ' email
11 11
 
12
+su -
13
+
12 14
 apt update -y
13 15
 apt upgrade -y
14 16
 
... ...
@@ -17,7 +19,8 @@ apt --fix-broken install
17 19
 
18 20
 adduser --system --no-create-home --home /var/run/aprsc --shell /usr/sbin/nologin --group aprsc
19 21
 
20
-cd wget http://he.fi/aprsc/down/aprsc-latest.tar.gz
22
+cd
23
+wget http://he.fi/aprsc/down/aprsc-latest.tar.gz
21 24
 tar xvfz aprsc-latest.tar.gz
22 25
 rm -rf aprsc-latest.tar.gz
23 26
 cd aprsc-*