Try this
(1) First give following command to purge piaware repository which you have installed:
sudo dpkg --purge piaware-repository
.
(2) After purging the repository, run these commands
sudo apt-get update
sudo apt-get install git
git clone https://github.com/jprochazka/adsb-receiver.git
cd ~/adsb-receiver
chmod +x install.sh
./install.sh
.
After the last command (./install.sh
), you will be offered options.
In the options offered, choose:
- dump1090-fa
- Flightaware piaware (sometimes Flightaware piaware is not offered separately and is automatically installed when you choose dump1090-fa)
NOTE:
(a) To choose an option, move selection by arrow keys, then when on required option, press Space Bar, then press Enter key.
(b) You will be offered many other options also. Do NOT choose any other options.
ADS-B Receiver Project Setup Scripts
.