Bash script to check if gitea is up to date
Find a file
Florian 2f6621a271
adapt to server changes + more
* Adapt to changes in gitea's download server.
* flush queues before stopping gitea
* probably other improvements
2024-09-07 16:34:52 +02:00
LICENSE Create LICENSE 2021-05-12 21:14:09 +02:00
README.md Update README.md 2021-07-16 20:49:56 +02:00
upgrade_gitea.sh adapt to server changes + more 2024-09-07 16:34:52 +02:00

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)