From c849569091fab8d9bb725763f2e128771a7ad303 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Mon, 9 Jun 2025 08:06:33 -0400 Subject: [PATCH] Add patience to Ruby install --- misc/tools.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools.func b/misc/tools.func index fc10004d..e6a8e54f 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1242,7 +1242,7 @@ setup_rbenv_stack() { if "$RBENV_BIN" versions --bare | grep -qx "$RUBY_VERSION"; then msg_ok "Ruby $RUBY_VERSION already installed" else - msg_info "Installing Ruby $RUBY_VERSION" + msg_info "Installing Ruby ${RUBY_VERSION} (patience)" $STD "$RBENV_BIN" install "$RUBY_VERSION" fi