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 ```