diff --git a/cd.sh b/cd.sh index eb54620..47a94a6 100644 --- a/cd.sh +++ b/cd.sh @@ -197,7 +197,10 @@ local target local text cd_step "Copy CA" case "${CD_OS_NAME}" in - "debian") target="/usr/local/share/ca-certificates" ;; + "debian") + target="/usr/local/share/ca-certificates" + cd_mkdir "${target}" + ;; "alma") target="/etc/pki/ca-trust/source/anchors" ;; *) cd_error_os "cd_copy_ca" ;; esac