diff options
author | 2017-11-08 10:46:25 +0200 | |
---|---|---|
committer | 2017-11-08 10:47:22 +0200 | |
commit | 376175a2bf3444dd34cbe79eebdddb997ca5687c (patch) | |
tree | 174aa62a444b0236987c6c3acba322e2b811a4ca /assets/setup | |
parent | e3ef1f5f0a6db225e902e048e37893c86e739229 (diff) |
Revert all changes to the baseline
Revert all changes to the baseline
after Docker MTU changes
Change-Id: I092c23e45e4bd6a77ef366e1f598ccdd9b7f0e12
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'assets/setup')
-rwxr-xr-x | assets/setup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/setup b/assets/setup index 255ef45..27af8cb 100755 --- a/assets/setup +++ b/assets/setup @@ -42,9 +42,9 @@ set -xe 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 --secure-protocol=TLSv1 --no-check-certificate -O - https://packages.gitlab.com/gpg.key | apt-key add - -#apt-get update +echo "deb https://packages.gitlab.com/gitlab/${PACKAGECLOUD_REPO}/ubuntu/ `lsb_release -cs` main" > /etc/apt/sources.list.d/gitlab_${RELEASE_PACKAGE}.list +wget -q -O - https://packages.gitlab.com/gpg.key | apt-key add - +apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION} # Create sshd daemon |