From 5c9e64279460d5c98e0c765e8ff0af049ae015d6 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 7 May 2024 23:17:46 +0200 Subject: [PATCH] Up. --- .../run_once_after_20-install-asdf-plugins.sh.tmpl | 2 +- home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl | 2 +- home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl | 2 +- home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl index f7c941d..09e7c63 100644 --- a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!{{ lookPath "bash" }} # Load asdf . "$HOME/.asdf/asdf.sh" diff --git a/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl index d538185..e0b82c3 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!{{ lookPath "bash" }} # Logging function log() { diff --git a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl index 4560abe..3758efa 100644 --- a/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_40-install-shell.sh.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!{{ lookPath "bash" }} # Load asdf # as we need cargo and it is installed from diff --git a/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl b/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl index ccf66c9..bd32224 100644 --- a/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!{{ lookPath "bash" }} # Logging function log() {