Update update added -y for fcdctl install

master-ff
Alan Johnston 6 months ago committed by GitHub
parent 04c831fb5f
commit c06e77e859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.