1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Fix libstdc++6 dependency

This commit is contained in:
yalh76 2019-02-25 19:51:44 +01:00
parent f768216768
commit d66a3fa858

View file

@ -92,7 +92,7 @@ ynh_app_setting_set $app port $port
#================================================= #=================================================
ynh_print_info "Installing dependencies..." ynh_print_info "Installing dependencies..."
ynh_install_app_dependencies postgresql libstdc redis-server rabbitmq-server ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server
#================================================= #=================================================
# INSTALL NODEJS # INSTALL NODEJS