Added config file

This commit is contained in:
Neal Probert
2021-05-29 19:45:56 -04:00
parent 9a1c593649
commit e875499fd1
2 changed files with 39 additions and 4 deletions

View File

@ -6,6 +6,8 @@ sudo apt-get install apache2 rtl-sdr librtlsdr-dev libncurses-dev python-gi-cair
# script
mkdir -p ~/bin
cp ads-b.sh ~/bin
cp -r config/* ~/.config
cp start_rpi.sh ~
# rules
sudo cp *.rules /etc/udev/rules.d
@ -26,7 +28,3 @@ cd ..
sudo cp config.js /var/www/html/dump1090-fa
cd /var/www/html/dump1090-fa
sudo ln -fs /run/dump1090-fa data
# startup
cp -r config/* ~/.config
cp start_rpi.sh ~