From b19f748154d66fa6a385726ae899db5740499a7e Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Sun, 3 Aug 2025 09:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=20Huawei=20Cloud=20EulerOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerInstallation.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DockerInstallation.sh b/DockerInstallation.sh index b20b2cb..7a27d10 100755 --- a/DockerInstallation.sh +++ b/DockerInstallation.sh @@ -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