From 8c656ef0bdfed3d5732a4d6ab610d715b4a9dc38 Mon Sep 17 00:00:00 2001 From: haturatu Date: Mon, 24 Feb 2025 04:24:26 +0900 Subject: add: readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3