alma/nop
This commit is contained in:
parent
092d84c433
commit
f808f4bfe7
1 changed files with 4 additions and 5 deletions
9
cd.sh
9
cd.sh
|
@ -49,19 +49,18 @@ local variable
|
|||
"bookworm"|"bullseye") cd_nop ;;
|
||||
*) cd_error_os "CD_OS_VERSION" ;;
|
||||
esac
|
||||
CD_CA_ROOT="/usr/local/share/ca-certificates"
|
||||
CD_PYTHON_PACKAGE="python3"
|
||||
CD_PYTHON_PACKAGES="/usr/lib/python3/dist-packages"
|
||||
CD_CA_ROOT="/usr/local/share/ca-certificates"
|
||||
;;
|
||||
"${CD_OS_ALMA}")
|
||||
case "${CD_OS_VERSION}" in
|
||||
"8"|"9")
|
||||
CD_PYTHON_PACKAGE="python3.11"
|
||||
CD_PYTHON_PACKAGES="/usr/lib64/python3.11/site-packages"
|
||||
;;
|
||||
"8"|"9") cd_nop ;;
|
||||
*) cd_error_os "CD_OS_VERSION" ;;
|
||||
esac
|
||||
CD_CA_ROOT="/etc/pki/ca-trust/source/anchors"
|
||||
CD_PYTHON_PACKAGE="python3.11"
|
||||
CD_PYTHON_PACKAGES="/usr/lib64/python3.11/site-packages"
|
||||
;;
|
||||
*) cd_error_os "CD_OS_NAME" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue