alma/major

This commit is contained in:
Marc Beninca 2024-05-04 11:03:00 +02:00
parent 4b47ea99bd
commit be42eb7d05
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -67,7 +67,7 @@ cd_set_environment_variables () {
CD_OS_REPO="${CD_DEFAULT_REPO_ALMA}"
[ "${CD_REPO_ALMA}" ] && CD_OS_REPO="${CD_REPO_ALMA}"
case "${CD_OS_VERSION}" in
"8."*|"9."*) cd_nop ;;
"8"|"9") cd_nop ;;
*) cd_error_os "CD_OS_VERSION" ;;
esac
CD_CA_ROOT="/etc/pki/ca-trust/source/anchors"