diff options
author | Areli Fuss <af732p@att.com> | 2017-11-02 12:28:15 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-02 12:28:15 +0200 |
commit | 5729e1935f376e3d526873a99b9ad3cd24fa0951 (patch) | |
tree | 8414464959efb1cbfb279add3225f48c70e67e21 | |
parent | 7ca1acac384e4403a4041b595ba02bc012fe8f33 (diff) |
Replace https to http
Replace https to http
Change-Id: Icea8255dc5ad6b814a7b85a9c53cdb68f6480307
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rwxr-xr-x | assets/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/setup b/assets/setup index 59bf1c6..aad5c10 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 - https://packages.gitlab.com/gpg.key | apt-key add - +wget -d -O - http://packages.gitlab.com/gpg.key | apt-key add - apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION} |