Merge branch 'pr_1576'

This commit is contained in:
ob-robot
2023-10-13 04:11:26 +00:00
2 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,10 @@ function get_os_release() {
version_ge "8.0" && OS_RELEASE=8 && return
version_ge "7.0" && OS_RELEASE=7 && return
;;
almalinux)
version_ge "9.0" && compat_centos9 && return
version_ge "8.0" && compat_centos8 && return
;;
debian)
version_ge "9" && compat_centos7 && return
;;