Browse Source

use rtl_sdr to fix permissions in rules

Hugo 6 years ago
parent
commit
d11cdaa7eb
1 changed files with 2 additions and 1 deletions
  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