From 252e9121af0ad59137b50dcdefcb41ecadfc932e Mon Sep 17 00:00:00 2001 From: Luigi Cruz Date: Tue, 16 Feb 2021 14:42:30 -0300 Subject: [PATCH] fix osmosdr --- stage4/13-pisdr-osmocom/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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