detection of SLES distribution added

This commit is contained in:
2024-08-12 16:01:23 +02:00
parent e455952930
commit ea1bbee585
+3
View File
@@ -191,6 +191,9 @@ std.get_os_release_linux() {
ubuntu )
echo "Ubuntu${VERSION_ID%.*}"
;;
suse )
echo "sles${VERSION_ID%.*}"
;;
* )
echo "Unknown"
exit 1