summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-11-02 13:43:00 +0200
committerAreli Fuss <af732p@att.com>2017-11-02 13:43:00 +0200
commit78dd28d593a4ba8815cb81dc940f52b6f77133dc (patch)
treef9e3042fe3d97bb7fc5a7eee2e7b56c0d367d1d1
parent5729e1935f376e3d526873a99b9ad3cd24fa0951 (diff)
Add more wget options
Add more wget options Change-Id: Ib3ee60803ca64bca70d4ef523634b08191f43044 Issue-Id: VVP-25 Signed-off-by: Areli Fuss <af732p@att.com>
-rwxr-xr-xassets/setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/setup b/assets/setup
index aad5c10..ff57d4a 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 -d -O - http://packages.gitlab.com/gpg.key | apt-key add -
+wget -d --secure-protocol=TLSv1 --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}