Switch bash to sh in scripts

This commit is contained in:
aloslider
2026-04-23 18:52:00 +03:00
parent f2e87e94aa
commit acc266476a
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
{{ if eq .chezmoi.osRelease.id "nixos" }} {{ if eq .chezmoi.osRelease.id "nixos" }}
exit 0 exit 0
{{ end }} {{ end }}
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
{{ if eq .chezmoi.osRelease.id "nixos" }} {{ if eq .chezmoi.osRelease.id "nixos" }}
exit 0 exit 0
{{ end }} {{ end }}
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
{{ if eq .chezmoi.osRelease.id "nixos" }} {{ if eq .chezmoi.osRelease.id "nixos" }}
exit 0 exit 0
{{ end }} {{ end }}
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
{{ if eq .chezmoi.osRelease.id "nixos" }} {{ if eq .chezmoi.osRelease.id "nixos" }}
exit 0 exit 0
{{ end }} {{ end }}