From 2de5d957473d8e71b76ee49f6e7387737419d7a8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 29 Apr 2024 17:44:57 +0200 Subject: [PATCH] update-ca-trust --- cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index 48d8b37..d1ac177 100644 --- a/cd.sh +++ b/cd.sh @@ -207,7 +207,7 @@ cd_update_ca () { cd_step "Update CA" case "${CD_OS_NAME}" in "debian") update-ca-certificates || exit ;; - "alma") echo "TODO" ;; + "alma") update-ca-trust || exit ;; *) cd_error_os "cd_update_ca" ;; esac }