Browse Source

update foxtelem

pull/64/head
Luigi Cruz 3 years ago
committed by GitHub
parent
commit
faef69cbc7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      stage4/32-pisdr-foxtelem/00-run.sh

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

@@ -5,8 +5,8 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software"


if [ ! -d "FoxTelem" ]; then if [ ! -d "FoxTelem" ]; then
wget http://amsat.us/FoxTelem/linux/FoxTelem_1.08z5_linux.tar.gz
wget http://amsat.us/FoxTelem/linux/FoxTelem_1.11g2_linux.tar.gz
tar -xvzf FoxTelem_1.08z5_linux.tar.gz tar -xvzf FoxTelem_1.08z5_linux.tar.gz
mv FoxTelem_1.08z5_linux FoxTelem mv FoxTelem_1.08z5_linux FoxTelem
fi fi
EOF
EOF

Loading…
Cancel
Save