parent
2de5d95747
commit
4bff4f687c
1 changed files with 1 additions and 1 deletions
2
cd.sh
2
cd.sh
|
@ -197,7 +197,7 @@ local target
|
||||||
cd_step "Copy CA"
|
cd_step "Copy CA"
|
||||||
case "${CD_OS_NAME}" in
|
case "${CD_OS_NAME}" in
|
||||||
"debian") target="/usr/local/share/ca-certificates" ;;
|
"debian") target="/usr/local/share/ca-certificates" ;;
|
||||||
"alma") echo "TODO" ;;
|
"alma") target="/etc/pki/ca-trust/source/anchors" ;;
|
||||||
*) cd_error_os "cd_copy_ca" ;;
|
*) cd_error_os "cd_copy_ca" ;;
|
||||||
esac
|
esac
|
||||||
# TODO copy
|
# TODO copy
|
||||||
|
|
Loading…
Reference in a new issue