blue-build / modules

BlueBuild standard modules used for building your Atomic Images
Apache License 2.0
22 stars 26 forks source link

fix(gnome-extensions): Use `wget` instead of `curl` #194

Closed fiftydinar closed 2 months ago

fiftydinar commented 2 months ago

wget might be more reliable for downloading things, which is performed in this module.

Some user faced the error with extension that didn't download fully, causing the unzip command to fail. I tested the same extension & it installed successfully for me.

This was maybe a server error, maybe curl's, but I will still do this change, as I have more trust in wget for strictly downloading things.

Also, every other BlueBuild bash module uses wget too, so this makes things more consistent.