Skip to content

Commit

Permalink
Wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Aug 19, 2023
1 parent 846c995 commit 2c598df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ download_release() {
arch="$(get_arch)"
platform="$(get_platform | tr '[:upper:]' '[:lower:]')"

echo "** Platform: $platform"
echo "** Arch: $arch"
echo "** Version: $version"
echo "wtf"

url=$(curl --silent "https://api.github.com/repos/guumaster/hostctl/releases/tags/v${version}" | grep --only-matching --ignore-case --extended-regexp "https://.+?_${platform}_${arch}\.tar\.gz")

Expand Down

0 comments on commit 2c598df

Please sign in to comment.