forked from ungleich-public/cdist
explorer/os: add support for solaris
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
e896fc6d4e
commit
81acb39ad6
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ case "$uname_s" in
|
||||||
echo openbsd
|
echo openbsd
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
SunOS)
|
||||||
|
echo solaris
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Unknown OS" >&2
|
echo "Unknown OS" >&2
|
||||||
|
|
Loading…
Reference in a new issue