From a207d6900ae886e00c2e4dc1ca1da809405d7e97 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Sun, 6 Mar 2016 16:42:49 +0000 Subject: [PATCH] Fix install 3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1cc3c71..79cf947 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ cd rtl-sdr/ && mkdir build && cd build cmake ../ -DINSTALL_UDEV_RULES=ON make && sudo make install && sudo ldconfig sudo bash -c 'echo -e "\n# for RTL-SDR:\nblacklist dvb_usb_rtl28xxu\n" >> /etc/modprobe.d/blacklist.conf' -cd ../ +cd ../../ # LeanDVB install