From 8e7d355cc24e705c837907f0045c33d7e95c9ba1 Mon Sep 17 00:00:00 2001 From: mikeyuyang <70424342+mikeyuyang@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:05:57 +0800 Subject: [PATCH] Declares TS3.1 and Centos 8 compatible (#1139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ‘mikeyyu’ --- deps/init/dep_create.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/init/dep_create.sh b/deps/init/dep_create.sh index 762dd5cbd..4436e6baf 100644 --- a/deps/init/dep_create.sh +++ b/deps/init/dep_create.sh @@ -86,6 +86,9 @@ function get_os_release() { rocky) version_ge "8.0" && compat_centos8 && return ;; + tencentos) + version_ge "3.1" && compat_centos8 && return + ;; esac elif [[ "${OS_ARCH}x" == "aarch64x" ]]; then case "$ID" in