From ec7bfc097720c1a3396a98548dafcf166ac20d1a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Sep 2025 10:40:02 -0400 Subject: [PATCH] Update update check for d not f --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 0360fc0c..a0a3d90b 100755 --- a/update +++ b/update @@ -275,7 +275,7 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then FLAG=1 fi -if [ ! -f "/home/pi/MPU6050-C-CPP-Library-for-Raspberry-Pi" ]; then +if [ ! -d "/home/pi/MPU6050-C-CPP-Library-for-Raspberry-Pi" ]; then echo "Installing MPU6050-C-CPP-Library-for-Raspberry-Pi" sudo apt-get install -y libi2c-dev cd