From 1283a60f71da6ca5fe0f0541f21b10a4ebbfad5e Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Thu, 2 Nov 2017 11:10:50 +0200 Subject: Remove the quite argument Remove the quite argument from wget Change-Id: Iabdcc33d99c49c40c9e5a2c52259a2f56ebc15f6 Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- assets/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg