瀏覽代碼

Patch SDR++ to the latest version.

tags/v7.0.0-alpha
Luigi F. Cruz 9 月之前
父節點
當前提交
c6936048c8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      stage4/33-pisdr-sdrplusplus/00-run.sh

+ 1
- 1
stage4/33-pisdr-sdrplusplus/00-run.sh 查看文件

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

if [ ! -d "SDRPlusPlus" ]; then
git clone --single-branch --branch 1.0.4 --depth 1 https://github.com/AlexandreRouma/SDRPlusPlus.git
git clone --single-branch --branch master --depth 1 https://github.com/AlexandreRouma/SDRPlusPlus.git
fi

cd SDRPlusPlus


Loading…
取消
儲存