Update install don't install rpitx

master-b-pi5
Alan Johnston 2 months ago committed by GitHub
parent 55b5e621e9
commit 61cd5407e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -629,23 +629,25 @@ fi
if [ ! -d "/home/pi/rpitx" ]; then if [ ! -d "/home/pi/rpitx" ]; then
sudo apt install -y libraspberrypi-dev sudo rm /usr/bin/rpitx
cd
git clone https://github.com/alanbjohnston/rpitx.git
cd rpitx
./install.sh
cd
else
if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then # sudo apt install -y libraspberrypi-dev
echo "rpitx library already updated" # cd
else # git clone https://github.com/alanbjohnston/rpitx.git
echo "updating rpitx" # cd rpitx
cd /home/pi/rpitx # ./install.sh
git pull # cd
./update.sh #else
cd #
fi # if [[ $(grep 'SYNCWITHPWM' /home/pi/rpitx/src/librpitx/src/fskburst.h) ]]; then
# echo "rpitx library already updated"
# else
# echo "updating rpitx"
# cd /home/pi/rpitx
# git pull
# ./update.sh
# cd
# fi
fi fi
FILE=/etc/systemd/system/cubesatsim.service FILE=/etc/systemd/system/cubesatsim.service

Loading…
Cancel
Save

Powered by TurnKey Linux.