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:
parent
b3a1a8ccc5
commit
2331c2ae21
1 changed files with 3 additions and 3 deletions
|
@ -161,9 +161,9 @@ eval \"\$(rbenv init -)\"" > $final_path/.profile
|
||||||
|
|
||||||
# Install ruby-build
|
# Install ruby-build
|
||||||
(
|
(
|
||||||
exec_as "$app" $final_path/.rbenv/bin/rbenv install 2.5.3 \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 \r
|
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 \r
|
exec_as "$app" $final_path/.rbenv/versions/2.5.3/bin/ruby -v \n
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create symlink for ruby
|
# Create symlink for ruby
|
||||||
|
|
Loading…
Reference in a new issue