Merge branch 'main' of ssh://codeberg.org/headshed/infctl-cli

This commit is contained in:
jon brookes 2025-09-05 19:37:42 +01:00
commit 7384722305

View file

@ -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"