本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
hms
/
pisdr-rpi-image
镜像来自
https://github.com/luigifreitas/pisdr-image
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
14
Wiki
活動
瀏覽代碼
add dump1090 support
pull/39/head
Luigi Cruz
4 年之前
父節點
3678ad62d3
當前提交
03ff1290f2
共有
1 個檔案被更改
,包括
14 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
builder/stage4/32-pisdr-dump1090/00-run.sh
+ 14
- 0
builder/stage4/32-pisdr-dump1090/00-run.sh
查看文件
@@ -0,0 +1,14 @@
#!/bin/bash -e
on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"
if [ ! -d "dump1090" ]; then
git clone --depth 1 https://github.com/antirez/dump1090.git
fi
cd dump1090
make -j$(nproc)
cp dump1090 /usr/bin/
EOF
Write
Preview
Loading…
取消
儲存