Skip to content
Snippets Groups Projects
Commit d9dc11e4 authored by Slobodan Mišković's avatar Slobodan Mišković
Browse files

Fix curl command to support redirect

parent dfd5b20d
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,10 @@ Add GitLab's official repository via apt-get or yum: ...@@ -12,10 +12,10 @@ Add GitLab's official repository via apt-get or yum:
```bash ```bash
# For Debian/Ubuntu # For Debian/Ubuntu
curl https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb | sudo bash curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb | sudo bash
# For CentOS # For CentOS
curl https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm | sudo bash curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm | sudo bash
``` ```
Install `gitlab-ci-multi-runner`: Install `gitlab-ci-multi-runner`:
...@@ -63,4 +63,4 @@ apt-get install gitlab-ci-multi-runner ...@@ -63,4 +63,4 @@ apt-get install gitlab-ci-multi-runner
# For CentOS # For CentOS
yum update yum update
yum install gitlab-ci-multi-runner yum install gitlab-ci-multi-runner
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment