aros-development-team / AROS

Main AROS repository for active development. Contains the main Operating System components and Build System.
http://www.aros.org
Other
368 stars 60 forks source link

643 fix fedora40 build #644

Closed thatguywiththekids closed 1 month ago

thatguywiththekids commented 1 month ago

This PR fixes issue https://github.com/aros-development-team/AROS/issues/643

It replaces wget with curl in scripts/fetch.sh, since wget can now be two different tools, and one of them does not support FTP and has different behaviour for HTTP that got exposed in the script.

Tested by building pc-x86_64 with smp from scratch on Fedora 40 and WSL2.