소스 검색

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


불러오는 중...
취소
저장