diff --git a/scripts/unixish.sh b/scripts/unixish.sh index e7f28c5..37d480a 100755 --- a/scripts/unixish.sh +++ b/scripts/unixish.sh @@ -74,7 +74,7 @@ echo '::group::Downloading yq' echo "Src: ${_dl_url}" echo "Dst: ${_dl_path}" -wget -O- "${_dl_url}" > "${_dl_path}" +curl -L "${_dl_url}" -o "${_dl_path}" echo '::endgroup::'