mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
fix restore
This commit is contained in:
parent
477783ea53
commit
1dc6ef4085
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ ynh_install_nodejs 8
|
|||
# TODO: use the same mecanism with other files
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
|
||||
ynh_install_ruby --ruby_version=2.6.0
|
||||
|
||||
/opt/rbenv/versions/2.6.0/bin/gem update --system
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE POSTGRESQL DATABASE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue