From 520fb3cbe294d40f85efaf44865207aaaea2a3a1 Mon Sep 17 00:00:00 2001 From: KM4ACK <42844783+km4ack@users.noreply.github.com> Date: Thu, 12 Sep 2019 10:25:48 -0500 Subject: [PATCH] add buster warning in comments --- gpsinstall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsinstall b/gpsinstall index 4ac12a2..4b257f7 100644 --- a/gpsinstall +++ b/gpsinstall @@ -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)