From 389b1e2f0867f3a57fa4b278b7b16aa703d31f52 Mon Sep 17 00:00:00 2001 From: julienmalik Date: Sat, 14 Feb 2015 18:10:48 +0100 Subject: [PATCH] [enh] do not apt-get install interactively --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e0288db..11f56fe 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ sudo yunohost app initdb $db_user -p $db_pwd sudo yunohost app setting ffsync mysqlpwd -v $db_pwd # Check depends installation -sudo apt-get install make python-dev python-virtualenv +sudo apt-get install make python-dev python-virtualenv -y # Check Swap tmp_swap_file=/tmp/ffsync_swapfile