summaryrefslogtreecommitdiff
path: root/README.md
blob: 2b713ab7ca236276854e7d632063018b6505e89f (plain)
1
2
3
4
5
6
7
8
9
10
# gitea_update
This is a shell script that automatically updates the executable binary of gitea.

You can run it by putting it in crontab.

## Usage
If you want to update every month :
```bash
0 0 1 * * /opt/sh/gitea_update.sh
```