mirror of
https://github.com/gflorian/giteaversionchecker.git
synced 2026-07-19 06:40:32 +02:00
Bash script to check if gitea is up to date
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
* 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)