Pour info:
J'ai eu un soucis avec le script qui n'arrivait pas à dl le zip du scrappeur.
# ./fullscrape.sh fba_libretro
+++ Downloading and unzipping scraper ...
ARCH = rpi2 -> the scraper (v1.1.10) will run on 4 core(s) - Downloading from https://github.com/sselph/scraper/releases/download/v1.1.10/scraper_rpi2.zip
Archive: /tmp/scraper_rpi2.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /tmp/scraper_rpi2.zip or
/tmp/scraper_rpi2.zip.zip, and cannot find /tmp/scraper_rpi2.zip.ZIP, period.
ERROR : coulnd't unzip the scraper. Exiting ...
# rm /tmp/scraper_rpi2.zip
Supprimer le zip des tmp à suffit a régler le pb
# rm /tmp/scraper_rpi2.zip
Peut-être un bug connu.