add buster warning in comments

This commit is contained in:
KM4ACK 2019-09-12 10:25:48 -05:00 committed by GitHub
parent b40920008a
commit 520fb3cbe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)