10 lines
463 B
Markdown
10 lines
463 B
Markdown
#Script To Auto Update Gitea.
|
|
|
|
##jq and curl have to be installed on server/PC being used to run instance.
|
|
##Currenltly customised primarily to Debian (Can be forked and changed to other flavors)
|
|
##Using a cron job to have do updated checks (mine is set at 3 months)
|
|
##gitea runing as a servce
|
|
##configured using links below
|
|
##https://docs.gitea.com/installation/linux-service
|
|
##https://github.com/go-gitea/gitea/blob/release/v1.23/contrib/systemd/gitea.service
|