cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.91k stars 120 forks source link

Suggestion for install attempts without re-downloading *solved* #46

Closed trumpton closed 3 years ago

trumpton commented 3 years ago

It's taking several attempts with the script to get an install going (still not actually there). Every time I run the script, it re-downloads many files, including the 1Gb application.

Could the download scripts use wget -c rather than just wget, so that if the file is already there, it is not re-fetched.

Perhaps a --force-redownload switch is necessary to override this, or the downloading of a single md5sum file indicating the latest issue checksums.

cryinkfly commented 3 years ago

@trumpton I have solved this problem with re-downloading!

Thank you for your help! 👍