Fix bin/setup to explicitly use bash syntax for mise hook-env (#1813)

This commit is contained in:
Joseph Lozano
2025-12-02 16:43:37 -05:00
committed by GitHub
parent da57e2529b
commit 9f527fa872
+1 -1
View File
@@ -82,7 +82,7 @@ gum style --foreground 111 --bold " ∘˚˳°∘° 𝒻𝒾𝓏𝓏𝓎 °∘
echo
step "Installing Ruby" mise install --yes
eval "$(mise hook-env)"
eval "$(mise hook-env -s bash)"
if which pacman >/dev/null 2>&1; then
packages=(imagemagick mariadb-libs openslide libvips gitleaks)