Ensure all installers have a shebang line to specify bash

Closes #134
This commit is contained in:
David Heinemeier Hansson
2025-07-16 14:19:03 -07:00
parent f4b172e029
commit 12a43ae400
25 changed files with 49 additions and 2 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
# Install Ruby using gcc-14 for compatibility
yay -S --noconfirm --needed gcc14
mise settings set ruby.ruby_build_opts "CC=gcc-14 CXX=g++-14"