diff --git a/stage4/13-pisdr-osmocom/00-run.sh b/stage4/13-pisdr-osmocom/00-run.sh index 4a0a9ab..9f505b9 100755 --- a/stage4/13-pisdr-osmocom/00-run.sh +++ b/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