Quellcode durchsuchen

Remove early exit from gr-limesdr.

tags/v7.0.0-alpha
Luigi F. Cruz vor 8 Monaten
Ursprung
Commit
9446958aa7
1 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. +0
    -3
      stage4/14-pisdr-gnuradio-mod/01-run.sh

+ 0
- 3
stage4/14-pisdr-gnuradio-mod/01-run.sh Datei anzeigen

@@ -1,8 +1,5 @@
#!/bin/bash -e #!/bin/bash -e


# gr-limesdr doesn't have a stable package for GR3.10
exit

on_chroot << EOF on_chroot << EOF
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software"


Laden…
Abbrechen
Speichern