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

Try carriage return to automate

This commit is contained in:
anmol26s 2018-12-26 09:19:27 +05:30
parent 1e84113155
commit b3a1a8ccc5

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