瀏覽代碼

fix osmosdr

tags/5.1.0
Luigi Cruz 3 年之前
父節點
當前提交
252e9121af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      stage4/13-pisdr-osmocom/00-run.sh

+ 1
- 1
stage4/13-pisdr-osmocom/00-run.sh 查看文件

@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "gr-osmosdr" ]; then
git clone --depth 1 git://git.osmocom.org/gr-osmosdr
git clone --single-branch --branch gr3.8 --depth 1 git://git.osmocom.org/gr-osmosdr
fi

cd gr-osmosdr


Loading…
取消
儲存