-
Notifications
You must be signed in to change notification settings - Fork 19
dumpvdl2 install
wiedehopf edited this page Sep 24, 2022
·
2 revisions
Simple installer for dumpvdl2 including a service that feeds acars.io
wget -nv -O /tmp/dumpvdl2-install.sh https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/dumpvdl2/install.sh
sudo bash /tmp/dumpvdl2-install.sh
sudo reboot
sudo nano /etc/default/dumpvdl2
Ctrl-o and enter to save, Ctrl-x to exit
To activate the settings, restart the service:
sudo systemctl restart dumpvdl2
sudo journalctl -ef -u dumpvdl2
wget -q -O /tmp/dumpvdl2-remove.sh https://raw.githubusercontent.com/wiedehopf/adsb-scripts/master/dumpvdl2/remove.sh
sudo bash /tmp/dumpvdl2-remove.sh