From b6bc5638d72e432998dc7d7059dae62ce01dbe9b Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 24 Feb 2017 14:32:26 +0000 Subject: [PATCH] No need to reinstall deps --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 1d3203b..f2ec689 100755 --- a/scripts/restore +++ b/scripts/restore @@ -34,8 +34,8 @@ basicauthcreate=$(ynh_app_setting_get $app basicauthcreate) #sudo apt-get install php5-gd php5-sqlite php5-json php5-intl -y # Install dependencies using Helpers -ynh_package_install_from_equivs ../conf/cops-deps.control \ -|| ynh_die "Unable to install dependencies" +#ynh_package_install_from_equivs ../conf/cops-deps.control \ +#|| ynh_die "Unable to install dependencies" # Restore sources & data sudo mkdir -p $final_path