mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
developer: infrastructure: upgrade the runner example to 3.5.0
This commit is contained in:
parent
296ce286e5
commit
eae00f8834
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ The runners it contains are not started at boot, it must be done manually. The b
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
version=3.4.1
|
version=3.5.0
|
||||||
sudo wget -O /usr/local/bin/forgejo-runner-$version https://code.forgejo.org/forgejo/runner/releases/download/v$version/forgejo-runner-$version-linux-amd64
|
sudo wget -O /usr/local/bin/forgejo-runner-$version https://code.forgejo.org/forgejo/runner/releases/download/v$version/forgejo-runner-$version-linux-amd64
|
||||||
sudo chmod +x /usr/local/bin/forgejo-runner-$version
|
sudo chmod +x /usr/local/bin/forgejo-runner-$version
|
||||||
echo 'export TERM=xterm-256color' >> .bashrc
|
echo 'export TERM=xterm-256color' >> .bashrc
|
||||||
|
|
Loading…
Reference in a new issue