Explorar el Código

use rtl_sdr to fix permissions in rules

Hugo hace 6 años
padre
commit
d11cdaa7eb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      fourier_install.sh

+ 2 - 1
fourier_install.sh

@@ -65,7 +65,8 @@ sudo apt-get install -y python-dev
 sudo apt-get install -y lame
 sudo apt-get install -y ezstream
 sudo apt-get install -y cmake
-# sudo apt-get install -y rtl-sdr
+# Install to fix usb permission
+sudo apt-get install -y rtl-sdr
 sudo apt-get install -y libusb-1.0-0-dev
 sudo apt-get install -y sqlite3
 sudo apt-get install -y portaudio19-dev