diff options
| author | anmol26s <github@datamol.org> | 2018-12-26 09:19:27 +0530 |
|---|---|---|
| committer | anmol26s <github@datamol.org> | 2018-12-26 09:19:27 +0530 |
| commit | b3a1a8ccc5fb00e78ef5bbbe9a374ec8a66c0fb4 (patch) | |
| tree | d112b2419a26d85b473156bb65f899c0c8b58ff3 /scripts/install | |
| parent | 1e84113155d04284eef0a5feb4d0c840c2ce639b (diff) | |
| download | mastodon_ynh-b3a1a8ccc5fb00e78ef5bbbe9a374ec8a66c0fb4.tar.gz mastodon_ynh-b3a1a8ccc5fb00e78ef5bbbe9a374ec8a66c0fb4.tar.bz2 mastodon_ynh-b3a1a8ccc5fb00e78ef5bbbe9a374ec8a66c0fb4.zip | |
Try carriage return to automate
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install b/scripts/install index 01f74d2..f58c049 100644 --- a/scripts/install +++ b/scripts/install @@ -161,9 +161,9 @@ eval \"\$(rbenv init -)\"" > $final_path/.profile # Install ruby-build ( - 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 + exec_as "$app" $final_path/.rbenv/bin/rbenv install 2.5.3 \r + exec_as "$app" $final_path/.rbenv/bin/rbenv global 2.5.3 \r + exec_as "$app" $final_path/.rbenv/versions/2.5.3/bin/ruby -v \r ) # Create symlink for ruby |
