install.fairie/home/.chezmoiscripts/universal/run_onchange_after_30-samba.tmpl

11 lines
185 B
Cheetah
Raw Normal View History

{{- if (ne .host.distro.family "windows") -}}
#!/usr/bin/env bash
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}
# Samba logic
echo true
{{ end -}}