Merge branch 'master' of git.berlin:m/git.berlin

This commit is contained in:
Matthias Kretschmann 2018-12-15 20:26:55 +01:00
commit 65e773059f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 7 additions and 7 deletions

View File

@ -22,13 +22,13 @@
Update script sets options by default, can be changed at top of script: Update script sets options by default, can be changed at top of script:
Option | Default | Description | Option | Default | Description |
-- | -- | -- | ------------- | ------------- | ------------- |
`giteaBinary` | `/home/git/gitea/gitea` | Gitea binary path | `giteaBinary` | `/home/git/gitea/gitea` | Gitea binary path |
`arch` | `linux-amd64` | Server architecture | `arch` | `linux-amd64` | Server architecture |
`giteaStore` | `/home/git/gitea-update` | Directory where update files will be stored | `giteaStore` | `/home/git/gitea-update` | Directory where update files will be stored |
`giteaUser` | `git` | linux user Gitea is running under | `giteaUser` | `git` | linux user Gitea is running under |
`giteaGroup` | `git` | linux group Gitea is running under | `giteaGroup` | `git` | linux group Gitea is running under |
```bash ```bash
# run update script with sudo, passing version number as option # run update script with sudo, passing version number as option