From c77482651f16cb42215003a760ce95b88f6411b4 Mon Sep 17 00:00:00 2001 From: Jesper Ryom <2834949+jryom@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:59:27 +0100 Subject: [PATCH] fixes --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index cf1ceac2..ddb5c4ae 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,8 @@ dotbot: dotbot --config-file "{{ justfile_directory() }}/etc/dotbot.yaml" --base-directory "{{ justfile_directory() }}" --quiet homebrew: - /bin/bash -c "NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + #!/usr/bin/env bash + NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) brew: brew bundle install --file="{{ justfile_directory() }}/etc/Brewfile" --force --no-lock