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