From 646133fd4ab9145cea1eecc105ad8ee625ba8d3f Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 24 Feb 2017 14:32:01 +0000 Subject: [PATCH] No need to reinstall apps --- scripts/restore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index b8ce04d..7c14973 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,11 +17,10 @@ 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 + # Install dependencies using Helpers -ynh_package_install_from_equivs ../conf/z-push-deps.control \ -|| ynh_die "Unable to install dependencies" - - +#ynh_package_install_from_equivs ../conf/z-push-deps.control \ +#|| ynh_die "Unable to install dependencies" # Restore sources, data and permissions sudo mkdir -p $final_path