mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-29 07:00:17 +03:00
Remove unnecessary chmod
This commit is contained in:
parent
b23d9c9a95
commit
c5a1caa7ed
1 changed files with 1 additions and 2 deletions
|
@ -34,14 +34,13 @@ Next, copy the downloaded binary to `/usr/local/bin` and make it executable:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cp forgejo-runner /usr/local/bin/forgejo-runner
|
$ cp forgejo-runner /usr/local/bin/forgejo-runner
|
||||||
$ chmod +x /usr/local/bin/forgejo-runner
|
|
||||||
```
|
```
|
||||||
|
|
||||||
You should now be able to test the runner by running `forgejo-runner -v`:
|
You should now be able to test the runner by running `forgejo-runner -v`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ forgejo-runner -v
|
$ forgejo-runner -v
|
||||||
forgejo-runner version v4.0.0
|
forgejo-runner version v6.3.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setting up the runner user
|
### Setting up the runner user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue