mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
add buster warning in comments
This commit is contained in:
parent
b40920008a
commit
520fb3cbe2
1 changed files with 3 additions and 1 deletions
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
#script to install GPS Dongle for Rasperry Pi 3
|
||||
#Written on pi3 running stretch
|
||||
#Working on Buster install since things changed with Buster
|
||||
#Things changed in Buster. Working on a solution.
|
||||
#Currently not confirmed working with Buster
|
||||
#km4ack 20190911
|
||||
#Last Edit km4ack 20190912
|
||||
|
||||
#check to see if running buster
|
||||
BUSTER=$(cat /etc/os-release | grep -i buster)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue