From 8fc83d6341acfbc90d63509b4fbadefc888382af Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Fri, 13 Oct 2023 00:08:39 -0300 Subject: [PATCH] Change RTLSDR Airband branch. --- stage4/28-pisdr-airband/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage4/28-pisdr-airband/00-run.sh b/stage4/28-pisdr-airband/00-run.sh index 318cfca..d1721f9 100755 --- a/stage4/28-pisdr-airband/00-run.sh +++ b/stage4/28-pisdr-airband/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "RTLSDR-Airband" ]; then - git clone --depth 1 https://github.com/szpajder/RTLSDR-Airband.git + git clone --branch unstable --depth 1 https://github.com/szpajder/RTLSDR-Airband.git fi cd RTLSDR-Airband