From 67291f4c43d660498850ea5d6461a40be80aecbf Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sun, 8 Mar 2015 00:26:34 +0000 Subject: [PATCH] Automatic configuration --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index b23f897..cfddd13 100644 --- a/scripts/install +++ b/scripts/install @@ -72,8 +72,8 @@ sudo chown root: $finalphpconf sudo chmod 644 $finalphpconf # phpBB requires imagemagick to manipulate pictures -sudo apt-get update -sudo apt-get install -y imagemagick +sudo apt-get update -qq > /dev/null 2>&1 +sudo apt-get install -y imagemagick > /dev/null 2>&1 # Make app public if necessary sudo yunohost app setting $app is_public -v "$is_public"