Added RTL-SDR blacklist rules.

pull/290/merge
Joe Prochazka 2018-02-28 21:38:59 -05:00 zatwierdzone przez GitHub
rodzic f71633717a
commit 625b0ce7e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -84,6 +84,13 @@ CheckPackage lighttpd
CheckPackage fakeroot
CheckPackage bc
## SETUP RTL-SDR RULES
echo -e "\e[95m Setting up RTL-SDR udev rules...\e[97m"
sudo curl --http1.1 https://raw.githubusercontent.com/osmocom/rtl-sdr/master/rtl-sdr.rules --output /etc/udev/rules.d/rtl-sdr.rules
sudo service udev restart
BlacklistModules
# Ask which version of dump1090 to install.
DUMP1090OPTION=$(whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Choose Dump1090 Version" --menu "Which version of dump1090 is to be installed?" 12 65 2 "dump1090-mutability" "(Mutability)" "dump1090-fa" "(FlightAware)" 3>&1 1>&2 2>&3)