diff --git a/update b/update index 442153bf..4fe1187a 100755 --- a/update +++ b/update @@ -53,6 +53,8 @@ sudo sed -i 's/maxcpus=2/maxcpus=1/g' /boot/cmdline.txt # single core if Pi Zero sudo sed -i 's/DEVICES=""/DEVICES="\/dev\/serial0"/g' /etc/default/gpsd +sudo sed -i 's/GPSD_OPTIONS=""/GPSD_OPTIONS="-s 9600"/g' /etc/default/gpsd + sudo systemctl disable gpsd > /dev/null 2>&1 sudo systemctl disable gpsd.socket > /dev/null 2>&1