From 3a9a3ff9b4533fadca7c2ce32e1e51f01169efc0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 11 Feb 2025 11:11:01 -0500 Subject: [PATCH] Update update add install fctelem --- update | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/update b/update index e4d89055..638cab06 100755 --- a/update +++ b/update @@ -238,11 +238,20 @@ if [ ! -d "/home/pi/ssdv" ]; then FLAG=1 fi +if [ ! -d "/home/pi/fctelem" ]; then + + cd + wget https://github.com/alanbjohnston/go/releases/download/v0.1/fctelem.zip + unzip fctelem.zip + FLAG=1 +fi + cd /home/pi/pi-power-button git checkout master + git pull --no-rebase > .updated_p grep 'changed' /home/pi/pi-power-button/.updated_p