mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-04 10:32:26 +02:00
Merge branch 'master' into 32-overlay-implementation
This commit is contained in:
@@ -220,8 +220,8 @@ std.get_os_release_linux() {
|
||||
fi
|
||||
|
||||
case "${ID}" in
|
||||
RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | fedora )
|
||||
echo "rhel${VERSION_ID%.*}"
|
||||
RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | CentOS | fedora )
|
||||
echo "rhel${VERSION_ID%%.*}"
|
||||
;;
|
||||
Ubuntu )
|
||||
echo "Ubuntu${VERSION_ID%.*}"
|
||||
|
||||
Reference in New Issue
Block a user