diff --git a/update b/update index 6276a70e..ce63446d 100755 --- a/update +++ b/update @@ -260,6 +260,13 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then FLAG=1 fi +if [ ! -d "/home/pi/fcdctl" ]; then + echo "Installing fcdctl to set FunCubeDongle Pro gain" + git clone https://github.com/csete/fcdctl.git + cd fcdctl + make fcdpp +fi + cd /home/pi/pi-power-button git checkout master