scriptbox/build_gitea
2023-01-13 22:48:37 +07:00
..
Linux build_gitea : add required dependencies 2023-01-13 22:48:37 +07:00
README.md build_gitea : add info about building with git tag 2023-01-11 20:22:23 +07:00

Build Gitea

It's simple, Build Gitea and done. nothing special.

curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash

or with a git tag

curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash -s -- "v1.18.0"

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. Even the script required sudo privileges, though.