Skip to content
Snippets Groups Projects
Commit 2feb79e9 authored by Julian's avatar Julian
Browse files

Update linux-repository.md

Update package name from gitlab-runner to gitlab-ci-multi-runner, which 
is the name in the Fedora 25 repository.
parent 510f6872
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ To install the Runner: ...@@ -52,10 +52,10 @@ To install the Runner:
```bash ```bash
# For Debian/Ubuntu # For Debian/Ubuntu
sudo apt-get install gitlab-runner sudo apt-get install gitlab-ci-multi-runner
# For RHEL/CentOS # For RHEL/CentOS
sudo yum install gitlab-runner sudo yum install gitlab-ci-multi-runner
``` ```
1. [Register the Runner](../register/index.md) 1. [Register the Runner](../register/index.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment