From f23c0d8fef5bdcb2f17b739d255ccb11745a06c5 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 3 Feb 2026 15:56:37 +0100 Subject: [PATCH] Update install/step-ca-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/step-ca-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/step-ca-install.sh b/install/step-ca-install.sh index 0f3910d48..058c34766 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -13,14 +13,12 @@ setting_up_container network_check update_os -msg_info "Install smallstep repositories" setup_deb822_repo \ "smallstep" \ "https://packages.smallstep.com/keys/apt/repo-signing-key.gpg" \ "https://packages.smallstep.com/stable/debian" \ "debs" \ "main" -msg_ok "Installed smallstep repositories" msg_info "Installing step-ca and step-cli" $STD apt install -y step-ca step-cli