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