diff options
Diffstat (limited to 'assets/setup')
-rwxr-xr-x | assets/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/setup b/assets/setup index 70bee88..59bf1c6 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 -O - https://packages.gitlab.com/gpg.key | apt-key add - +wget -d -O - https://packages.gitlab.com/gpg.key | apt-key add - apt-get update apt-get install -yq --no-install-recommends ${RELEASE_PACKAGE}=${RELEASE_VERSION} |