aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authoranmol26s <github@datamol.org>2018-12-26 09:29:09 +0530
committeranmol26s <github@datamol.org>2018-12-26 09:29:09 +0530
commitab60f7e6baf4bdbd4161ae56c9e1434ca0251e96 (patch)
treeb6f86b34596615d393c6fca1515c2bcf84af8c7e /scripts/install
parent2331c2ae2149351484db3c09dfb8c41e7a33b6bd (diff)
downloadmastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.tar.gz
mastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.tar.bz2
mastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.zip
return to automate
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install8
1 files 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