mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
detection of SLES distribution added
This commit is contained in:
@@ -191,6 +191,9 @@ std.get_os_release_linux() {
|
||||
ubuntu )
|
||||
echo "Ubuntu${VERSION_ID%.*}"
|
||||
;;
|
||||
suse )
|
||||
echo "sles${VERSION_ID%.*}"
|
||||
;;
|
||||
* )
|
||||
echo "Unknown"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user