Browse Source

Add install path.

tags/5.1.0
Luigi Cruz 3 years ago
parent
commit
f89b892183
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stage4/32-pisdr-dump1090/00-run.sh

+ 1
- 1
stage4/32-pisdr-dump1090/00-run.sh View File

@@ -16,7 +16,7 @@ apt-get install --no-install-recommends --no-install-suggests -y git build-essen
pkg-config dh-systemd libncurses5-dev lighttpd zlib1g-dev zlib1g unzip

rm -rf /usr/local/share/adsb-wiki/readsb-install/git
if ! git clone --branch stale --depth 1 https://github.com/wiedehopf/readsb.git "$ipath/git"
if ! git clone --branch stale --depth 1 https://github.com/wiedehopf/readsb.git "/usr/local/share/adsb-wiki/readsb-install/git"
then
echo "Unable to git clone the repository"
exit 1


Loading…
Cancel
Save