Looking at some recent posts, it has come to our attention that even though there are alpha & beta repositories, some of our hosts do not know about it as it is not very obvious. The reason why we sometimes miss some bugs is that there are not many users using these channels and therefore we would like anyone reading this to switch to the alpha or beta repository. Mostly beta. This will also give early access to any new features that are added.
Depending on the version you have installed, your sources file will either be in
OR
All you have to do is replace raspberrypi-stable with raspberrypi-beta or raspberrypi-alpha and save the change. As an example, it should look like this
The same goes for Linux desktop, just replace "stable" with alpha or beta.
Depending on the version you have installed, your sources file will either be in
Code:
$sudo nano /etc/apt/sources.list deb http://repo.feed.flightradar24.com flightradar24 raspberrypi-stable
Code:
$sudo nano /etc/apt/sources.list.d/fr24feed.list deb [signed-by=/etc/apt/keyrings/flightradar24.gpg] https://repo-feed.flightradar24.com flightradar24 raspberrypi-stable
Code:
deb [signed-by=/etc/apt/keyrings/flightradar24.gpg] https://repo-feed.flightradar24.com flightradar24 raspberrypi-beta
Comment