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