update-ca-trust

This commit is contained in:
Marc Beninca 2024-04-29 17:44:57 +02:00
parent 461230fe16
commit 2de5d95747
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

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