From a933cc5bbe0fdfc69509d2ecc7b695109029911b Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 10 Feb 2017 21:54:04 +0000 Subject: [PATCH] Install dependencies after restore --- scripts/restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/restore b/scripts/restore index 4a59e58..4b3c307 100755 --- a/scripts/restore +++ b/scripts/restore @@ -14,6 +14,9 @@ final_logpath=$(ynh_app_setting_get $app final_logpath) final_nginxconf=$(ynh_app_setting_get $app final_nginxconf) 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 sudo mkdir -p $final_path sudo cp -a ./sources/* $final_path/