Closed davison closed 1 year ago
We don't have a raspberry pi 32 bit arm compatible pre-build of ffmpeg v6 yet you'll need to use the docker instead
got it.. don't think it alters the fact that the bug exists in the script (the output tells you the latest file is already downloaded when it isn't). I worked around this by just pulling the zip from the other location and extracting over the top of my old install as advised.
On the ffmpeg part, I simply grabbed your sources and built it on the Pi inside the main Agent directory. It's working fine :)
yeah you're right there :)
fixed https://github.com/ispysoftware/agent-install-scripts/blob/main/v2/download.sh
Describe the bug
d/l fails on RasPi (
arch=armv7l
)Almost certainly line 31 on the download script is wrong (presume this should point to DownloadLocation4 and not DownloadLocation2)
https://github.com/ispysoftware/agent-install-scripts/blob/dc066df522775f1425ec7870fcf4eed7ca805234/v2/download.sh#L31