ソースを参照

Add install path.

tags/5.1.0
Luigi Cruz 3年前
コミット
f89b892183
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      stage4/32-pisdr-dump1090/00-run.sh

+ 1
- 1
stage4/32-pisdr-dump1090/00-run.sh ファイルの表示

@@ -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


読み込み中…
キャンセル
保存