From fb63f7e016877e13535d4116b458d8f28012e87f Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 11 Nov 2020 22:26:38 +0000 Subject: [PATCH] Automated update for script library changes --- .../.devcontainer/library-scripts/ruby-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/codespaces-linux/.devcontainer/library-scripts/ruby-debian.sh b/containers/codespaces-linux/.devcontainer/library-scripts/ruby-debian.sh index 7a8e1339..7a754877 100755 --- a/containers/codespaces-linux/.devcontainer/library-scripts/ruby-debian.sh +++ b/containers/codespaces-linux/.devcontainer/library-scripts/ruby-debian.sh @@ -114,7 +114,7 @@ git clone --depth=1 \ -c fsck.zeroPaddedFilemode=ignore \ -c fetch.fsck.zeroPaddedFilemode=ignore \ -c receive.fsck.zeroPaddedFilemode=ignore \ - https://github.com/rbenv/rbenv.git /usr/local/share/rbenv 2>&1 + https://github.com/rbenv/rbenv.git /usr/local/share/rbenv ln -s /usr/local/share/rbenv/bin/rbenv /usr/local/bin updaterc 'eval "$(rbenv init -)"' git clone --depth=1 \ @@ -123,7 +123,7 @@ git clone --depth=1 \ -c fsck.zeroPaddedFilemode=ignore \ -c fetch.fsck.zeroPaddedFilemode=ignore \ -c receive.fsck.zeroPaddedFilemode=ignore \ - https://github.com/rbenv/ruby-build.git /usr/local/share/ruby-build 2>&1 + https://github.com/rbenv/ruby-build.git /usr/local/share/ruby-build mkdir -p /root/.rbenv/plugins ln -s /usr/local/share/ruby-build /root/.rbenv/plugins/ruby-build if [ "${USERNAME}" != "root" ]; then