diff options
author | haturatu <taro@eyes4you.org> | 2025-02-24 04:24:26 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-02-24 04:24:26 +0900 |
commit | 8c656ef0bdfed3d5732a4d6ab610d715b4a9dc38 (patch) | |
tree | ab22b58cf982499d096436f03062b493d8d0b8c0 /README.md | |
parent | 5d287d6bd8384194b668426d368ca9045051847b (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b713ab --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |