Skip to content
Snippets Groups Projects
Commit 99d4be68 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'patch-2' into 'master'

docs: Use `sudo tee` for apt pinning.

See merge request gitlab-org/gitlab-runner!1047
parents 4ef4d802 be19d8a0
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ To install the Runner:
be done manually or automatically - will be done using the same source:
>
```bash
cat > /etc/apt/preferences.d/pin-gitlab-runner.pref <<EOF
cat <<EOF | sudo tee /etc/apt/preferences.d/pin-gitlab-runner.pref
Explanation: Prefer GitLab provided packages over the Debian native ones
Package: gitlab-runner
Pin: origin packages.gitlab.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment