Skip to content

Commit

Permalink
Added RTL-SDR blacklist rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazka authored Mar 1, 2018
1 parent f716337 commit 625b0ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bash/tools/image_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 625b0ce

Please sign in to comment.