diff --git a/Pmodules/libstd.bash b/Pmodules/libstd.bash index 544f435..e54f4b7 100644 --- a/Pmodules/libstd.bash +++ b/Pmodules/libstd.bash @@ -286,7 +286,7 @@ std.get_os_release_linux() { fi case "${ID}" in - science | rhel | centos | fedora ) + RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | fedora ) echo "rhel${VERSION_ID%.*}" ;; * )