mirror of
https://github.com/SuperManito/LinuxMirrors.git
synced 2026-02-27 09:44:37 +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