diff --git a/Pmodules/libstd.bash b/Pmodules/libstd.bash index e54f4b7..07c0b42 100644 --- a/Pmodules/libstd.bash +++ b/Pmodules/libstd.bash @@ -289,6 +289,9 @@ std.get_os_release_linux() { RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | fedora ) echo "rhel${VERSION_ID%.*}" ;; + Ubuntu ) + echo "Ubuntu${VERSION_ID%.*}" + ;; * ) echo "Unknown" exit 1