ubuntu/versions
This commit is contained in:
parent
d63ad0db7d
commit
4a87d29c68
1 changed files with 2 additions and 2 deletions
4
cd.sh
4
cd.sh
|
@ -96,7 +96,7 @@ cd_set_environment_variables () {
|
||||||
;;
|
;;
|
||||||
"${CD_OS_UBUNTU}")
|
"${CD_OS_UBUNTU}")
|
||||||
case "${CD_OS_VERSION}" in
|
case "${CD_OS_VERSION}" in
|
||||||
"mantic"|"noble") ;;
|
"jammy"|"noble") ;;
|
||||||
*) cd_error_os "CD_OS_VERSION" ;;
|
*) cd_error_os "CD_OS_VERSION" ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -273,7 +273,7 @@ Dir::Etc::SourceParts \"\";
|
||||||
"${CD_OS_UBUNTU}")
|
"${CD_OS_UBUNTU}")
|
||||||
case "${CD_OS_VERSION}" in
|
case "${CD_OS_VERSION}" in
|
||||||
"noble") CD_PYTHON_COMMAND="python3.12" ;;
|
"noble") CD_PYTHON_COMMAND="python3.12" ;;
|
||||||
"mantic") CD_PYTHON_COMMAND="python3.11" ;;
|
"jammy") CD_PYTHON_COMMAND="python3.10" ;;
|
||||||
esac
|
esac
|
||||||
CD_PYTHON_PACKAGE="python3"
|
CD_PYTHON_PACKAGE="python3"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue