diff options
| author | anmol26s <github@datamol.org> | 2018-12-26 09:29:09 +0530 |
|---|---|---|
| committer | anmol26s <github@datamol.org> | 2018-12-26 09:29:09 +0530 |
| commit | ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96 (patch) | |
| tree | b6f86b34596615d393c6fca1515c2bcf84af8c7e /scripts | |
| parent | 2331c2ae2149351484db3c09dfb8c41e7a33b6bd (diff) | |
| download | mastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.tar.gz mastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.tar.bz2 mastodon_ynh-ab60f7e6baf4bdbd4161ae56c9e1434ca0251e96.zip | |
return to automate
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 8 |
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 |
