From c06e77e8599397b039f65f740dd8d65022c56b9a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 27 Jun 2025 16:20:57 -0400 Subject: [PATCH] Update update added -y for fcdctl install --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 106860f6..7c38b361 100755 --- a/update +++ b/update @@ -279,7 +279,7 @@ if [ ! -f "/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 - sudo apt-get install -y python3-smbus libusb-1.0 + sudo apt-get install -y python3-smbus libusb-1.0 -y cd git clone https://github.com/csete/fcdctl.git cd fcdctl