Browse Source

use rtl_sdr to fix permissions in rules

Hugo 6 năm trước cách đây
mục cha
commit
d11cdaa7eb
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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