diff options
Diffstat (limited to 'assets/setup')
-rwxr-xr-x | assets/setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/setup b/assets/setup index ccad286..255ef45 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 +#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 +#apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION} # Create sshd daemon |