Automated Installation of dump1090-fa & piaware on Kali Linux 2020.2 amd64
The following bash scripts do following:
(1) clones source-code from Flightaware's Github site.
(2) Builds .deb package from the source-code.
(3) Installs the .deb package built by script.
(4) Enables the installation in systemd
(sudo systemctl enable dump1090-fa, and sudo systemctl enable piaware)


dump1090-fa
Copy-paste following command in SSH console and press Enter key. The script will install dump1090-fa.
Code:
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu20-amd64/master/install-dump1090-fa.sh)"

piaware
Copy-paste following command in SSH console and press Enter key. The script will install piaware.
Code:
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu20-amd64/master/install-piaware.sh)"


Information & Guide:

https://github.com/abcd567a/piaware-...ster/README.md



.
.