From 45f78ae3b67d2ec0591b5f05e4fb7298adac9450 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 03:56:06 -0500 Subject: [PATCH] Update update add python3 gpsd --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 64f856a4..f9c6c260 100755 --- a/update +++ b/update @@ -31,7 +31,7 @@ if [ "$1" = "u" ]; then # sudo apt-get update && sudo apt-get dist-upgrade -y sudo apt-get update -y - sudo apt-get install -y git libasound2-dev i2c-tools build-essential libgd-dev libmagic-dev python3-pip minicom gpsd gpsd-clients libgps-dev + sudo apt-get install -y git libasound2-dev i2c-tools build-essential libgd-dev libmagic-dev python3-pip minicom gpsd gpsd-clients libgps-dev python3-gps fi