From a779fa7f5593b25f93262ecf3c776bcc3a2f848e Mon Sep 17 00:00:00 2001 From: Richard Elkins Date: Thu, 9 Feb 2023 09:12:28 -0600 Subject: [PATCH] Issue #92 --- stage4/13-pisdr-gnuradio/01-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage4/13-pisdr-gnuradio/01-run.sh b/stage4/13-pisdr-gnuradio/01-run.sh index 7396b8f..61e337c 100755 --- a/stage4/13-pisdr-gnuradio/01-run.sh +++ b/stage4/13-pisdr-gnuradio/01-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "gnuradio" ]; then - git clone --single-branch --branch maint-3.9 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git + git clone --single-branch --branch maint-3.10 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git fi cd gnuradio