diff --git a/install.sh b/install.sh index 239a360..07a7980 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,6 @@ 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"