summaryrefslogtreecommitdiffstats
path: root/core/includes/helper/distribution.inc
blob: f26ca46ce353f6e63a6a1ce1ea7f3b6b24e75ad2 (plain) (blame)
1
2
3
4
# Get simple distribution name
# This is also being used via ./openslx, not only via ./mltk,
# so it has not been moved to remote/includes.
SYS_DISTRIBUTION=$(lsb_release -is | tr '[A-Z]' '[a-z]' | sed -r 's/[^a-z0-9]//g;s/project$//g;s/scientificsl$/scientific/g')