mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
适配 Huawei Cloud EulerOS
This commit is contained in:
@@ -993,9 +993,12 @@ function configure_docker_ce_mirror() {
|
|||||||
# Huawei Cloud EulerOS
|
# Huawei Cloud EulerOS
|
||||||
case "${SYSTEM_VERSION_ID_MAJOR}" in
|
case "${SYSTEM_VERSION_ID_MAJOR}" in
|
||||||
1)
|
1)
|
||||||
target_version="8"
|
target_version="8" # openEuler 20
|
||||||
;;
|
;;
|
||||||
2)
|
2)
|
||||||
|
target_version="9" # openEuler 22
|
||||||
|
;;
|
||||||
|
*)
|
||||||
target_version="9"
|
target_version="9"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user