Browse Source

Remove FoxTelem package.

v7.0
Luigi F. Cruz 6 months ago
parent
commit
78359ef5db
2 changed files with 0 additions and 14 deletions
  1. +0
    -1
      README.md
  2. +0
    -13
      stage4/32-pisdr-foxtelem/00-run.sh

+ 0
- 1
README.md View File

@@ -25,7 +25,6 @@ List of pre-installed software:
- [hamlib](https://hamlib.github.io/)
- [VaporTrail](https://github.com/inguardians/VaporTrail)
- [Universal Radio Hacker](https://github.com/jopohl/urh)
- [FoxTelem](https://github.com/ac2cz/FoxTelem)
- [Quisk](http://james.ahlstrom.name/quisk/)
- [0xCoto/VIRGO](https://github.com/0xCoto/VIRGO)
- [0xCoto/CygnusRFI](https://github.com/0xCoto/CygnusRFI)


+ 0
- 13
stage4/32-pisdr-foxtelem/00-run.sh View File

@@ -1,13 +0,0 @@
#!/bin/bash -e

on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "FoxTelem" ]; then
wget http://amsat.us/FoxTelem/linux/FoxTelem_1.12z3_linux.tar.gz
tar -xvzf FoxTelem_1.12z3_linux.tar.gz
mv FoxTelem_1.12z3_linux FoxTelem
rm FoxTelem_1.12z3_linux.tar.gz
fi
EOF

Loading…
Cancel
Save