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:
parent
1e84113155
commit
b3a1a8ccc5
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue