Update update FUNcube

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

@ -245,9 +245,9 @@ fi
if [ ! -d "/home/pi/ssdv" ]; then if [ ! -d "/home/pi/ssdv" ]; then
echo "Installing SSDV for FunCube mode" echo "Installing SSDV for FUNcube mode"
cd cd
git clone https://github.com/alanbjohnston/ssdv.git # install ssdv for FunCube images git clone https://github.com/alanbjohnston/ssdv.git # install ssdv for FUNcube images
cd ssdv cd ssdv
make make
cd cd
@ -255,7 +255,7 @@ if [ ! -d "/home/pi/ssdv" ]; then
fi fi
if [ ! -d "/home/pi/fctelem" ]; then if [ ! -d "/home/pi/fctelem" ]; then
echo "Installing fctelem binary v0.2 for FunCube mode" echo "Installing fctelem binary v0.2 for FUNcube mode"
cd cd
mkdir /home/pi/fctelem mkdir /home/pi/fctelem
mkdir /home/pi/fctelem/public_html mkdir /home/pi/fctelem/public_html
@ -264,7 +264,7 @@ if [ ! -d "/home/pi/fctelem" ]; then
unzip fctelem.zip unzip fctelem.zip
FLAG=1 FLAG=1
elif [ ! -f "/home/pi/fctelem/v0.2" ]; then elif [ ! -f "/home/pi/fctelem/v0.2" ]; then
echo "Updating fctelem binary to version v0.2 for FunCube mode" echo "Updating fctelem binary to version v0.2 for FUNcube mode"
cd cd
cd /home/pi/fctelem cd /home/pi/fctelem
sudo mv fctelem fctelem.bk sudo mv fctelem fctelem.bk
@ -276,7 +276,7 @@ elif [ ! -f "/home/pi/fctelem/v0.2" ]; then
fi fi
if [ ! -f "/home/pi/fcdctl/fcdctl" ]; then if [ ! -f "/home/pi/fcdctl/fcdctl" ]; then
echo "Installing fcdctl to set FunCubeDongle Pro gain" echo "Installing fcdctl to set FUNcubeDongle Pro gain"
sudo rm /var/lib/dpkg/info/python3-pip.list sudo rm /var/lib/dpkg/info/python3-pip.list
sudo apt install python3-pip --reinstall 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

Loading…
Cancel
Save

Powered by TurnKey Linux.