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