Raspberry Pi 3 - Updating script error
Posted: 03 Jul 2017, 16:36
I recently tried to update FileBot on my Raspberry Pi 3 using the following command:
This however failed with:
and downloaded only a FileBot_4.7.10-portable.tar.xz.gpg file that seems to be an HTML file.
How can I find the newer portable versions?
Code: Select all
sh -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/portable.sh)"
Code: Select all
+ FILEBOT_VERSION=4.7.10
+ FILEBOT_SHA256=8ade6995e33db309a9aead54bf0f06f70d29d99425278719748dbf62b479cd81
+ FILEBOT_PACKAGE=FileBot_4.7.10-portable.tar.xz.gpg
+ FILEBOT_PACKAGE_URL=https://get.filebot.net/filebot/4.7.10/FileBot_4.7.10-portable.tar.xz.gpg
+ FILEBOT_PACKAGE_KEY=4E402EBF7C3C6A71
+ FILEBOT_PACKAGE_KEY_URL=https://raw.githubusercontent.com/filebot/plugins/master/gpg/maintainer.pub
+ curl -o FileBot_4.7.10-portable.tar.xz.gpg -z FileBot_4.7.10-portable.tar.xz.gpg --retry 5 --location https://get.filebot.net/filebot/4.7.10/FileBot_4.7.10-portable.tar.xz.gpg
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 283 0 283 0 0 885 0 --:--:-- --:--:-- --:--:-- 887
0 308 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 67668 100 67668 0 0 32490 0 0:00:02 0:00:02 --:--:-- 127k
+ echo 8ade6995e33db309a9aead54bf0f06f70d29d99425278719748dbf62b479cd81 *FileBot_4.7.10-portable.tar.xz.gpg
+ sha256sum --check
FileBot_4.7.10-portable.tar.xz.gpg: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
+ exit 1
How can I find the newer portable versions?