From 9c4f0f3c1a3870da9c00a122e7f3c9eeabed28c9 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 10 Feb 2017 21:56:22 +0000 Subject: [PATCH] Install depedencies during restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 4b3c307..23c4170 100755 --- a/scripts/restore +++ b/scripts/restore @@ -15,6 +15,7 @@ final_nginxconf=$(ynh_app_setting_get $app final_nginxconf) final_phpconf=$(ynh_app_setting_get $app final_phpconf) # Prereqs +sudo apt-get update -y sudo apt-get install php-soap php5-imap libawl-php php5-xsl # Restore sources, data and permissions