Springdale added as RHEL clone

This commit is contained in:
2022-10-26 15:15:33 +02:00
parent 5cdcb7fca3
commit b7da791922
+3 -3
View File
@@ -287,11 +287,11 @@ std.get_os_release_linux() {
std::die 4 "Cannot determin OS release!\n"
fi
case "${ID}" in
RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | CentOS | fedora )
case "${ID,,}" in
redhatenterpriseserver | redhatenterprise | scientific | springdale | rhel | centos | fedora )
echo "rhel${VERSION_ID%%.*}"
;;
Ubuntu )
ubuntu )
echo "Ubuntu${VERSION_ID%.*}"
;;
* )