Procházet zdrojové kódy

Fix VIRGO command.

tags/v4.0.0-beta.1
Luigi Freitas Cruz před 4 roky
rodič
revize
31928c4ff7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      builder/stage4/16-pisdr-virgo/00-run.sh

+ 1
- 1
builder/stage4/16-pisdr-virgo/00-run.sh Zobrazit soubor

@@ -5,6 +5,6 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software"


if [ ! -d "VIRGO" ]; then if [ ! -d "VIRGO" ]; then
https://github.com/0xCoto/VIRGO
git clone https://github.com/0xCoto/VIRGO
fi fi
EOF EOF

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