mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Install dependencies after restore
This commit is contained in:
parent
012c7673a3
commit
a933cc5bbe
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ final_logpath=$(ynh_app_setting_get $app final_logpath)
|
||||||
final_nginxconf=$(ynh_app_setting_get $app final_nginxconf)
|
final_nginxconf=$(ynh_app_setting_get $app final_nginxconf)
|
||||||
final_phpconf=$(ynh_app_setting_get $app final_phpconf)
|
final_phpconf=$(ynh_app_setting_get $app final_phpconf)
|
||||||
|
|
||||||
|
# Prereqs
|
||||||
|
sudo apt-get install php-soap php5-imap libawl-php php5-xsl
|
||||||
|
|
||||||
# Restore sources, data and permissions
|
# Restore sources, data and permissions
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp -a ./sources/* $final_path/
|
sudo cp -a ./sources/* $final_path/
|
||||||
|
|
Loading…
Add table
Reference in a new issue