9 lines
210 B
Cheetah
9 lines
210 B
Cheetah
{{- if (ne .host.distro.family "windows") -}}
|
|
#!/usr/bin/env bash
|
|
|
|
{{ includeTemplate "universal/profile" }}
|
|
{{ includeTemplate "universal/logg" }}
|
|
|
|
logg info 'KubeSphere integration coming soon..'
|
|
|
|
{{ end -}}
|