From 78359ef5db899dd19b1330770d9545d7dd291043 Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Sat, 14 Oct 2023 04:23:12 +0400 Subject: [PATCH] Remove FoxTelem package. --- README.md | 1 - stage4/32-pisdr-foxtelem/00-run.sh | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100755 stage4/32-pisdr-foxtelem/00-run.sh diff --git a/README.md b/README.md index 2b9f846..2e2f0f4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/stage4/32-pisdr-foxtelem/00-run.sh b/stage4/32-pisdr-foxtelem/00-run.sh deleted file mode 100755 index 3ee8c8e..0000000 --- a/stage4/32-pisdr-foxtelem/00-run.sh +++ /dev/null @@ -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