update-ca-trust
This commit is contained in:
parent
461230fe16
commit
2de5d95747
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue