scriptbox/build_gitea/README.md

15 lines
423 B
Markdown

# Build Gitea
It's simple, Build Gitea and done. nothing special.
```shell
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash
```
or with a git tag
```shell
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash -s -- "v1.18.0"
```
# Known Issues
- This script required root privileges because of dependencies installation, which is hard to avoid.