1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

moving dependencies

This commit is contained in:
yalh76 2019-03-28 23:12:52 +01:00
parent 207c8e2468
commit 0d91a723b4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="deb1 deb2" pkg_dependencies="php7.1 php7.1-fpm php7.1-mbstring postgresql redis-server"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -55,7 +55,7 @@ ynh_print_info "Installing dependencies..."
ynh_install_php7 ynh_install_php7
ynh_install_app_dependencies php7.1 php7.1-fpm php7.1-mbstring postgresql redis-server ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# CREATE A POSTGRESQL DATABASE # CREATE A POSTGRESQL DATABASE