From d3e63f17dd5c292e54117a16d2216b6f4d5fbd01 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:38:16 +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 41dce2f..685e671 100644 --- a/install/manyfold-install.sh +++ b/install/manyfold-install.sh @@ -60,7 +60,7 @@ mkdir -p ~/.rbenv/plugins cd ~/.rbenv/plugins RUBY_BUILD_RELEASE=$(curl -s https://api.github.com/repos/rbenv/ruby-build/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') curl -fsSL "https://github.com/rbenv/ruby-build/archive/refs/tags/v${RUBY_BUILD_RELEASE}.zip" -o ruby-build.zip -unzip ruby-build.zip +unzip -q ruby-build.zip mv ruby-build-* ~/.rbenv/plugins/ruby-build echo "${RUBY_BUILD_RELEASE}" >~/.rbenv/plugins/RUBY_BUILD_version.txt msg_ok "Added ruby-build"