6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh" | bash
|
|
|
|
dnf install -y gitlab-runner
|