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