chore: bump step-cli from 0.28.7 to 0.30.2

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2026-04-03 12:55:07 +02:00
parent 197313f198
commit 555832f941
No known key found for this signature in database

View File

@ -66,9 +66,11 @@ function _install_utils() {
chmod +x /usr/local/bin/jaq
_log 'trace' 'Installing step'
local STEP_RELEASE='0.28.7'
curl -sSfL "https://github.com/smallstep/cli/releases/download/v${STEP_RELEASE}/step_linux_${STEP_RELEASE}_${ARCH_B}.tar.gz" \
| tar -xz --directory /usr/local/bin --no-same-owner --strip-components=2 "step_${STEP_RELEASE}/bin/step"
local STEP_CLI_VERSION='0.30.2'
curl -sSfL -o /tmp/step-cli.deb \
"https://github.com/smallstep/cli/releases/download/v${STEP_CLI_VERSION}/step-cli_${ARCH_B}.deb"
dpkg -i /tmp/step-cli.deb
rm /tmp/step-cli.deb
_log 'trace' 'Installing swaks'
# `perl-doc` is required for `swaks --help` to work: