Update update add sudo to unzip

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 3ada66f3df
commit 284ae92bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -245,7 +245,7 @@ if [ ! -d "/home/pi/fctelem" ]; then
mkdir /home/pi/fctelem
cd fctelem
wget https://github.com/alanbjohnston/go/releases/download/v0.2/fctelem.zip
unzip fctelem.zip
sudo unzip fctelem.zip
FLAG=1
elif [ ! -f "/home/pi/fctelem/v0.2" ]; then
echo "Updating fctelem binary to version v0.2 for FunCube mode"

Loading…
Cancel
Save

Powered by TurnKey Linux.