Skip to content

Replace wget with curl

Alois SCHLOEGL requested to merge github/fork/cbrnr/remove_wget into master

Created by: cbrnr

macOS comes with curl preinstalled, so there is no need to use wget as an extra dependency. I've replaced all wget occurrences with the corresponding curl commands.

Merge request reports