Method 1
To upgrade to the latest version of FR24FEED, follow the procedure given below.
1. SSH into your pi and login into it.
2. Run the following two commands, one at a time.
sudo apt-get update sudo apt-get upgrade fr24feed
OR If the above commands don't work, run 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 run into any problems using the above commands, then use this method. Run these commands one by one.
sudo systemctl stop fr24feed wget -qO- https://fr24.com/install.sh | sudo bash -s
When the download finishes and it asks you to enter your email address, press CTRL+c and then start fr24feed again with this command
sudo systemctl start fr24feed
Method 3
Or install manually by running the following commands one by one
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 below
sudo dpkg -i fr24feed_1.0.46-0_XXXXX.deb
4. Start fr24feed
sudo systemctl start fr24feed