mirror of
https://github.com/ascet-tomsk/gitea-setup.git
synced 2026-02-16 14:01:13 +03:00
10 lines
325 B
Bash
10 lines
325 B
Bash
|
||
#!/bin/bash
|
||
|
||
# 4.1 Скачивание act_runner
|
||
|
||
# Важно: правильное имя файла - act_runner (с подчеркиванием)
|
||
sudo wget -O /usr/local/bin/act_runner \
|
||
https://gitea.com/gitea/act_runner/releases/download/v0.2.13/act_runner-0.2.13-linux-amd64
|
||
|
||
sudo chmod +x /usr/local/bin/act_runner |