mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Fix install
This commit is contained in:
parent
737de6a78a
commit
514a09f21e
2 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ ynh_system_user_create $app $final_path
|
|||
|
||||
ynh_install_ruby --ruby_version=2.6.0
|
||||
|
||||
#/opt/rbenv/versions/2.6.0/bin/gem update --system
|
||||
/opt/rbenv/versions/2.6.0/bin/gem update --system
|
||||
#/opt/rbenv/versions/2.6.0/bin/gem install bundler --no-document
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -154,7 +154,7 @@ ynh_system_user_create $app
|
|||
|
||||
ynh_install_ruby --ruby_version=2.6.0
|
||||
/opt/rbenv/versions/2.6.0/bin/gem update --system
|
||||
/opt/rbenv/versions/2.6.0/bin/gem install bundler
|
||||
#/opt/rbenv/versions/2.6.0/bin/gem install bundler
|
||||
|
||||
#=================================================
|
||||
# UPGRADE MASTODON
|
||||
|
|
Loading…
Reference in a new issue