We are continually enhancing our software, which means some versions may become deprecated (no longer functional). To ensure uninterrupted use, please make sure to install the latest version using one of the following methods:



Method 1


To upgrade to the latest version of FR24FEED, follow the procedure below.

1. SSH into your pi and log into it.

2. Run the following two commands, one at a time.


sudo apt-get update
sudo apt-get upgrade fr24feed


Alternatively, if the commands above do not work, try running the two commands below:


sudo chmod +x /usr/lib/fr24/fr24feed_updater.sh 
sudo /usr/lib/fr24/fr24feed_updater.sh


If you don’t know how to SSH, check this article

Make sure you have auto updates enabled.



Method 2


If you encounter any issues with the commands above, try this method instead. Execute the following commands one at a time:

sudo systemctl stop fr24feed

wget -qO- https://fr24.com/install.sh | sudo bash -s


Once the download is complete and you are prompted to enter your email address, press CTRL+C to exit. Then, restart the fr24feed using the following command:

sudo systemctl start fr24feed


Method 3


Alternatively, you can install manually by running the following commands one at a time:


1. Stop fr24feed

sudo systemctl stop fr24feed


2. Download the new version


#ARMHF - 32-bit version

wget https://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.46-0_armhf.deb


OR  


#ARM64 - 64-bit version:

wget https://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.46-0_arm64.deb


3. Install the version you have downloaded. Replace xxxxx with the correct name in the command below:

sudo dpkg -i fr24feed_1.0.46-0_XXXXX.deb


4. Install fr24feed

sudo systemctl start fr24feed