build_gitea : add known issues

This commit is contained in:
unknown 2022-12-02 21:13:51 +07:00
parent bc30f8c449
commit df3d25f653
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -3,4 +3,8 @@ It's simple, Build Gitea and done. nothing special.
```shell ```shell
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash
``` ```
# Known Issues
- Run the script with sudo or root privileges. can cause a build to fail because of how I get NodeJS, which doesn't want to be fixed right now.