瀏覽代碼

Add hard coded sdrangel version.

tags/5.1.0
Luigi Cruz 3 年之前
committed by GitHub
父節點
當前提交
13ab072253
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      stage4/17-pisdr-sdrangel/05-run.sh

+ 2
- 2
stage4/17-pisdr-sdrangel/05-run.sh 查看文件

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

if [ ! -d "sdrangel" ]; then
git clone --depth 1 https://github.com/f4exb/sdrangel.git
git clone --depth 1 --branch v6.5.5 https://github.com/f4exb/sdrangel.git
fi

cd sdrangel
@@ -16,4 +16,4 @@ ninja install
ldconfig
cd ..
rm -fr build
EOF
EOF

Loading…
取消
儲存