HoraceAndTheSpider / RetroPieAmigaSetup

Simple Python Script to set-up RetroPie for Amiga usage
11 stars 2 forks source link

WHDLoad_Booter.zip is missing #1

Closed jakemelon closed 7 years ago

jakemelon commented 7 years ago
        # perform the download.
        data_source = "http://www.ultimateamiga.co.uk/HostedProjects/RetroPieAmiga/downloads/"
        data_file = "WHDLoad_Booter.zip"
        download_file(data_source + data_file,roms_folder + "amiga-data/WHDLoad_Booter.zip")

This file is no longer present at the above URL, hence the entire install/script fails. I was unable to find another copy of WHDLoad_Booter.zip anywhere.

It could also be a permission issue....

HoraceAndTheSpider commented 7 years ago

Hi. Please retry and confirm - just applied a fix to ftp which should resolve the.

jakemelon commented 7 years ago

Thank you!