瀏覽代碼

Change RTLSDR Airband branch.

v7.0
Luigi F. Cruz 7 月之前
父節點
當前提交
8fc83d6341
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      stage4/28-pisdr-airband/00-run.sh

+ 1
- 1
stage4/28-pisdr-airband/00-run.sh 查看文件

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

if [ ! -d "RTLSDR-Airband" ]; then
git clone --depth 1 https://github.com/szpajder/RTLSDR-Airband.git
git clone --branch unstable --depth 1 https://github.com/szpajder/RTLSDR-Airband.git
fi

cd RTLSDR-Airband


Loading…
取消
儲存