diff --git a/install.sh b/install.sh index 07a7980..239a360 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,7 @@ case "$OS" in *) echo "Unsupported OS: $OS"; exit 1 ;; esac +# Construct the download URL VERSION="v0.0.5" BINARY_URL="https://codeberg.org/headshed/infctl-cli/releases/download/$VERSION/infctl-$OS-$ARCH"