1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

reinstall dependencies before the app

This commit is contained in:
Kayou 2019-02-03 21:39:45 +01:00
parent f53406b066
commit fb343532e7
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -42,6 +42,13 @@ test ! -d $final_path \
#=================================================
# STANDARD RESTORATION STEPS
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
# Define and install dependencies
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
@ -64,13 +71,6 @@ ynh_psql_connect_as $db_name $db_pwd $db_name < ./db.sql
#=================================================
# SPECIFIC RESTORATION
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
# Define and install dependencies
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql
#=================================================
# RESTORE SYSTEMD
#=================================================