mirror of
https://github.com/gflorian/giteaversionchecker.git
synced 2026-01-19 19:10:23 +01:00
Bash script to check if gitea is up to date
- Shell 100%
* Adapt to changes in gitea's download server. * flush queues before stopping gitea * probably other improvements |
||
|---|---|---|
| LICENSE | ||
| README.md | ||
| upgrade_gitea.sh | ||
giteaversionchecker
Bash script to check if the local gitea is up to date. Has steps to upgrade as well.
You can manually supply a version number to check against in case you wanted to.
Requirements:
- gitea running on localhost on port 3000 with enabled api
- curl
- jq
- dpkg
- grep
- awk
- sudo (for upgrading)
- systemctl (for upgrading)
- sha256sum (for upgrading)