I am trying to install FR24 through SSH with this command:
sudo bash -c “$(wget -O - https://repo.feed.flightradar24.com/install_fr24_rpi.sh)”
I keep getting Connection timed out. Has anyone run into this?
I am trying to install FR24 through SSH with this command:
sudo bash -c “$(wget -O - https://repo.feed.flightradar24.com/install_fr24_rpi.sh)”
I keep getting Connection timed out. Has anyone run into this?
Try this:
wget http://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.37-0_armhf.deb
sudo dpkg -i fr24feed_1.0.37-0_armhf.deb
that times out as well.
If I take just the url and put it into a Windows browser the file downloads but it doesn’t seem to like the pi
If you have WinSCP installed on your Windows Computer, then you can copy the downloaded file on Windows to /home/pi
folder of your RPi
NOTE: In command in Power Shell below, replace 10.0.0.21
by Local IP of your RPi
In Windows search, type cmd
, and press Enter Key. The Command Prompt Terminal will open
Type cd /path/to/download/directory
. In my case it was Downloads
directory.
Type scp fr24feed_1.0.37-0_armhf.deb pi@10.0.0.21:/home/pi/
and press Enter Key
Thank you very much for all the help! I was able to get the file moved and installed. I ended up having to manually run the signup command to get that to run. Everything is tracking now!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.