Skip to content

Commit

Permalink
renice for readsb-install
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 22, 2020
1 parent 35a775f commit 0b870c7
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 0 deletions.
Empty file modified autogain-install.sh
100644 → 100755
Empty file.
Empty file modified autogain-remove.sh
100644 → 100755
Empty file.
Empty file modified biastee-disable.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions biastee-enable.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
renice 10 $$
set -e
ipath=/usr/local/share/adsb-wiki/biastee
APPS="dump1090-fa readsb"
Expand Down
1 change: 1 addition & 0 deletions install-complete.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
renice 10 $$
clear
echo "--------------"
echo "Bundle install for dump1090-fa by wiedehopf"
Expand Down
1 change: 1 addition & 0 deletions install-dump1090-fa.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
renice 10 $$
if grep -qs stretch /etc/os-release
then
repository="http:https://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_3.8.1~bpo9+1_all.deb"
Expand Down
Empty file modified pingfail-install.sh
100644 → 100755
Empty file.
Empty file modified pingfail.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions readsb-install.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
repository="https://github.com/wiedehopf/readsb.git"

renice 10 $$

## REFUSE INSTALLATION ON ADSBX IMAGE

if [ -f /boot/adsb-config.txt ]; then
Expand Down
1 change: 1 addition & 0 deletions readsb-replace-bin.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
renice 10 $$

set -e
repository="https://github.com/Mictronics/readsb.git"
Expand Down
Empty file modified rtl_test.sh
100644 → 100755
Empty file.
Empty file modified throttled.sh
100644 → 100755
Empty file.
Empty file modified uninstall-complete.sh
100644 → 100755
Empty file.
Empty file modified uninstall-dump1090-fa.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions w-readsb-replace-bin.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
renice 10 $$

set -e
repository="https://github.com/wiedehopf/readsb.git"
Expand Down

0 comments on commit 0b870c7

Please sign in to comment.