Browse code

Fixed issue with installing dep file

Richard Cornwell (K9RCP) authored on 10/27/2022 04:59:18
Showing 1 changed files
... ...
@@ -9,7 +9,6 @@ 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 13
 apt update -y
15 14
 apt upgrade -y
... ...
@@ -27,7 +26,7 @@ cd aprsc-*
27 26
 cd src
28 27
 ./configure
29 28
 make make-deb
30
-sudo dpkg -i ../aprsc-*.deb
29
+sudo dpkg -i ../aprsc_*.deb
31 30
 
32 31
 
33 32
 sudo systemctl enable aprsc
... ...
@@ -190,3 +189,4 @@ EOF
190 189
 sudo systemctl enable aprsc
191 190
 
192 191
 reboot
192
+