Skip to content
Snippets Groups Projects
Commit 8feecde2 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update README.md

parent 2684a6e3
No related branches found
No related tags found
No related merge requests found
......@@ -418,3 +418,21 @@ https://github.com/koenkooi/foo2zjs/blob/master/PPD/HP-LaserJet_1020.ppd
1. Filter failed: Please read /var/log/cups/error.log to find the actual error.
2. In error.log, foo2zjs-wrapper: command not found: Install aur package `foo2zjs-nightly`.
## Gitlab runner
```
# Linux x86-64
sudo curl -L --output /usr/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
sudo chmod +x /usr/bin/gitlab-runner
sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner
sudo gitlab-runner start
#############################
apt install -y docker.io
sudo gitlab-runner register
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment