From 103153bbbde7a7fb322be3d4410ac49694cbe6fb Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:42:04 +0100 Subject: [PATCH] Update manyfold-install.sh --- install/manyfold-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/manyfold-install.sh b/install/manyfold-install.sh index 72f5354..0e0fb8e 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -57,7 +57,7 @@ msg_ok "Installed Node.js/Yarn" msg_info "Add ruby-build" mkdir -p ~/.rbenv/plugins -git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build +$STD git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build msg_ok "Added ruby-build" msg_info "Adding manyfold user"