Procházet zdrojové kódy

Patch SDR++ to the latest version.

tags/v7.0.0-alpha
Luigi F. Cruz před 1 rokem
rodič
revize
c6936048c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      stage4/33-pisdr-sdrplusplus/00-run.sh

+ 1
- 1
stage4/33-pisdr-sdrplusplus/00-run.sh Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit