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

return to automate

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

View file

@ -161,9 +161,11 @@ eval \"\$(rbenv init -)\"" > $final_path/.profile
# Install ruby-build
(
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
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 \
)
# Create symlink for ruby