1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00

Try carriage return to automate

This commit is contained in:
anmol26s 2018-12-26 09:26:23 +05:30
parent b3a1a8ccc5
commit 2331c2ae21

View file

@ -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