From 2569914d289d9ef16ae86dd8947772793dcf9563 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 31 Dec 2014 00:56:07 +0100 Subject: [PATCH] [enh] say yes to apt-get headless install on "clean" server got blocked https://moonlight.nohost.me/jenkins/job/yunotest/46/testReport/apps_tests/z-push/attachments/install.txt --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a7b05b6..d7c93db 100644 --- a/scripts/install +++ b/scripts/install @@ -11,8 +11,7 @@ exit 1 fi # Prereqs -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 # Copy files to the right place final_path=/var/www/z-push