From c67c759d324a40eb465aebd6be7e07d9b296d612 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 27 May 2025 13:10:17 -0400 Subject: [PATCH] Update update fixed fcdctl install --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index ef87ec0d..b12c73c9 100755 --- a/update +++ b/update @@ -275,7 +275,7 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then FLAG=1 fi -if [ ! -d "/home/pi/fcdctl" ]; then +if [ ! -d "/home/pi/fcdctl/fcdctl" ]; then echo "Installing fcdctl to set FunCubeDongle Pro gain" sudo rm /var/lib/dpkg/info/python3-pip.list sudo apt install python3-pip --reinstall