From 61cd5407e7a40e447f230963850c59ada6443c51 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 6 Jun 2026 16:23:23 -0400 Subject: [PATCH] Update install don't install rpitx --- install | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/install b/install index ce5c7bb7..68204822 100755 --- a/install +++ b/install @@ -629,23 +629,25 @@ fi if [ ! -d "/home/pi/rpitx" ]; then - sudo apt install -y libraspberrypi-dev - cd - git clone https://github.com/alanbjohnston/rpitx.git - cd rpitx - ./install.sh - cd -else + sudo rm /usr/bin/rpitx - 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 +# sudo apt install -y libraspberrypi-dev +# 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 +# echo "rpitx library already updated" +# else +# echo "updating rpitx" +# cd /home/pi/rpitx +# git pull +# ./update.sh +# cd +# fi fi FILE=/etc/systemd/system/cubesatsim.service