[OUTDATED] Repository https://abcd567a.github.io/ppa/piaware error 404 - Cannot update

@valemaio
@raoulduke881
@foxhunter

My repository did not provide upgrade, it was static, just a stop-gap arrangement till official packages are released by Flightaware. Because ver 6.1 is out-dated now, I have deleted that repository.

Those who have installed ver 6.1 packages from my PPA have 2 options:
(1) Wait for official release of ver 7.0 packages from Flightaware.
(2) Upgrade to “Unofficial” ver 7.0 packages which I have built and uploaded to new PPA I have created yesterday (please see method given below).

Please note that when Flightaware releases “Official” ver 7.0, you will need to delete my repository from your Pi by following command:
sudo rm /etc/apt/sources.list.d/abcd567a.list

After that, add Flightaware repository and “Official” packages by method given at https://flightaware.com/adsb/piaware/install

How To Install Piaware 7.0 armhf and arm64 Packages from my Personal Package Archive (PPA):

(1) Please note that first two commands are very long and may be wrapped by forum into two lines. Copy these in full

(2) Please dont copy $ at start of command. It is put there to indicates start of a new command. Any line NOT starting with $ is actually continuation of the line immediately above it

$ sudo wget -O - https://raw.githubusercontent.com/abcd567a/ppa/main/KEY.gpg | sudo apt-key add -

$ sudo wget -O /etc/apt/sources.list.d/abcd567a.list https://raw.githubusercontent.com/abcd567a/ppa/main/abcd567a.list

$ sudo apt update

$ sudo apt install piaware

$ sudo apt install dump1090-fa

$ sudo apt install piaware-web

$ sudo piaware-config feeder-id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

$ sudo reboot

 

Additional steps if you have already installed (or want to install) dump978-fa

$ sudo apt install dump978-fa

$ sudo piaware-config uat-receiver-type sdr

Serialize Dongles to 8-digit serial numbers 00001090 and 00000978
Configure dump1090-fa & dump978-fa to use the dongles with above serial numbers

$ sudo sed -i 's/^RECEIVER_SERIAL=.*/RECEIVER_SERIAL=00001090/' /etc/default/dump1090-fa

$ sudo sed -i 's/driver=rtlsdr[^ ]* /driver=rtlsdr,serial=00000978 /' /etc/default/dump978-fa

$ sudo reboot

 

NOTE:
If you decide to install the unofficial version now, then please replace these by official packages when these are made available by Flightaware here:

https://flightaware.com/adsb/piaware/install

When installing official version, dont forget to first delete my repository from your Pi’s apt sources list by following command:

sudo rm /etc/apt/sources.list.d/abcd567a.list

sudo apt update

 

2 Likes