使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
hms
/
pisdr-rpi-image
镜像自地址
https://github.com/luigifreitas/pisdr-image
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
14
百科
动态
浏览代码
add dump1090 support
pull/39/head
Luigi Cruz
4 年前
父节点
3678ad62d3
当前提交
03ff1290f2
共有
1 个文件被更改
,包括
14 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存