mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
Install libyaml before attempting to install ruby (#1835)
* Install libyaml before attempting to install ruby * Use omarchy helper And unsafe -Sy --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -47,6 +47,7 @@ install_node() {
|
||||
case "$1" in
|
||||
ruby)
|
||||
echo -e "Installing Ruby on Rails...\n"
|
||||
omarchy-pkg-add libyaml
|
||||
mise use --global ruby@latest
|
||||
mise settings add idiomatic_version_file_enable_tools ruby
|
||||
mise x ruby -- gem install rails --no-document
|
||||
|
||||
Reference in New Issue
Block a user