diff options
| author | anmol26s <github@datamol.org> | 2018-12-26 09:26:23 +0530 |
|---|---|---|
| committer | anmol26s <github@datamol.org> | 2018-12-26 09:26:23 +0530 |
| commit | 2331c2ae2149351484db3c09dfb8c41e7a33b6bd (patch) | |
| tree | 107385ef69e15414385d5df2ec23e95a443a0105 /scripts | |
| parent | b3a1a8ccc5fb00e78ef5bbbe9a374ec8a66c0fb4 (diff) | |
| download | mastodon_ynh-2331c2ae2149351484db3c09dfb8c41e7a33b6bd.tar.gz mastodon_ynh-2331c2ae2149351484db3c09dfb8c41e7a33b6bd.tar.bz2 mastodon_ynh-2331c2ae2149351484db3c09dfb8c41e7a33b6bd.zip | |
Try carriage return to automate
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install b/scripts/install index f58c049..11ded86 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 \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 + 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 ) # Create symlink for ruby |
