mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Install Ruby using the gcc14 compiler
Until there is gcc15 compatibility available
This commit is contained in:
6
install/ruby.sh
Normal file
6
install/ruby.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Install Ruby using gcc-14 for compatibility
|
||||||
|
if ! command -v ruby &>/dev/null; then
|
||||||
|
yay -S --noconfirm --needed gcc14
|
||||||
|
mise set -g CC=gcc-14 CXX=g++-14
|
||||||
|
mise install -g ruby
|
||||||
|
fi
|
Reference in New Issue
Block a user