From f589eb8dafb20bd06b0d326b137338136522e728 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 25 Feb 2017 23:44:10 +0000 Subject: [PATCH] Missing -y in apt-get install --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 621a325..6c723c3 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,7 @@ 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 install php-soap php5-imap libawl-php php5-xsl -y # Install dependencies using Helpers #ynh_package_install_from_equivs ../conf/z-push-deps.control \