From c6d4e69d3f2d7f1f9e48b72421fca2a502f3713b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 07:54:10 -0500 Subject: [PATCH] Update update install gpsd but disable --- update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update b/update index 4ae6653c..c942f9fb 100755 --- a/update +++ b/update @@ -53,6 +53,9 @@ 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 systemctl disable gpsd > /dev/null 2>&1 +sudo systemctl disable gpsd.socket > /dev/null 2>&1 + cd /home/pi/CubeSatSim git pull --no-rebase > .updated