adapt to package on anolis

This commit is contained in:
LINxiansheng
2024-03-27 05:20:32 +00:00
committed by ob-robot
parent 99cd87d5e9
commit 42e74e024d
4 changed files with 404 additions and 0 deletions

View File

@ -59,6 +59,7 @@ function get_os_release() {
version_ge "7.2" && compat_centos7 && return
;;
anolis)
version_ge "23.0" && compat_centos9 && return
version_ge "8.0" && compat_centos8 && return
version_ge "7.0" && compat_centos7 && return
;;