From c6936048c8d903f007465dca10bff9df0a4a17c6 Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Sat, 26 Aug 2023 23:11:16 -0300 Subject: [PATCH] Patch SDR++ to the latest version. --- stage4/33-pisdr-sdrplusplus/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage4/33-pisdr-sdrplusplus/00-run.sh b/stage4/33-pisdr-sdrplusplus/00-run.sh index 6394fe5..d528d77 100755 --- a/stage4/33-pisdr-sdrplusplus/00-run.sh +++ b/stage4/33-pisdr-sdrplusplus/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "SDRPlusPlus" ]; then - git clone --single-branch --branch 1.0.4 --depth 1 https://github.com/AlexandreRouma/SDRPlusPlus.git + git clone --single-branch --branch master --depth 1 https://github.com/AlexandreRouma/SDRPlusPlus.git fi cd SDRPlusPlus