From: Areli Fuss Date: Thu, 2 Nov 2017 09:10:50 +0000 (+0200) Subject: Remove the quite argument X-Git-Tag: 2.0.0-ONAP~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1283a60f71da6ca5fe0f0541f21b10a4ebbfad5e;p=vvp%2Fgitlab.git Remove the quite argument Remove the quite argument from wget Change-Id: Iabdcc33d99c49c40c9e5a2c52259a2f56ebc15f6 Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- diff --git a/assets/setup b/assets/setup index 9111443..70bee88 100755 --- a/assets/setup +++ b/assets/setup @@ -43,7 +43,7 @@ source /RELEASE # Download & Install GitLab echo "deb https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/gitlab_${RELEASE_PACKAGE}.list -wget --no-check-certificate -q -O - https://packages.gitlab.com/gpg.key | apt-key add - +wget --no-check-certificate -O - https://packages.gitlab.com/gpg.key | apt-key add - apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION}