From ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 26 Dec 2018 09:29:09 +0530 Subject: [PATCH] return to automate --- scripts/install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 11ded86..097cd32 100644 --- a/scripts/install +++ b/scripts/install @@ -161,9 +161,11 @@ eval \"\$(rbenv init -)\"" > $final_path/.profile # Install ruby-build ( - exec_as "$app" $final_path/.rbenv/bin/rbenv install 2.5.3 \n - exec_as "$app" $final_path/.rbenv/bin/rbenv global 2.5.3 \n - exec_as "$app" $final_path/.rbenv/versions/2.5.3/bin/ruby -v \n + exec_as "$app" $final_path/.rbenv/bin/rbenv install 2.5.3 \ + + exec_as "$app" $final_path/.rbenv/bin/rbenv global 2.5.3 \ + + exec_as "$app" $final_path/.rbenv/versions/2.5.3/bin/ruby -v \ ) # Create symlink for ruby