From 4d1b4b24a3bca62e5e1e08b30c1706615612aaae Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 25 Feb 2017 23:24:42 +0000 Subject: [PATCH] Fix until helper is working --- scripts/restore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index bee1689..d98d8ec 100755 --- a/scripts/restore +++ b/scripts/restore @@ -16,8 +16,8 @@ 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 +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 \