From acc266476a3c7817a9513dfaa9f12727de500755 Mon Sep 17 00:00:00 2001 From: aloslider <53711835+aloslider@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:52:00 +0300 Subject: [PATCH] Switch bash to sh in scripts --- .chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl | 2 +- .chezmoiscripts/run_once_install-neovim.sh.tmpl | 2 +- .chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl | 2 +- .chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl index 1b274fc..be80cb6 100644 --- a/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl +++ b/.chezmoiscripts/run_once_before_12-set-zsh.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_once_install-neovim.sh.tmpl b/.chezmoiscripts/run_once_install-neovim.sh.tmpl index 422dbe9..a401393 100755 --- a/.chezmoiscripts/run_once_install-neovim.sh.tmpl +++ b/.chezmoiscripts/run_once_install-neovim.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl index a9fc1a2..d4de298 100755 --- a/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_10-install-packages.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }} diff --git a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl index 9736e07..877a59a 100755 --- a/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_11-setup-age-key.sh.tmpl @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh {{ if eq .chezmoi.osRelease.id "nixos" }} exit 0 {{ end }}