From 3a5c2fb90dc6967b6385aed4858d1b8159b98673 Mon Sep 17 00:00:00 2001 From: Rokin Date: Mon, 14 Feb 2022 13:05:33 +0100 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3cc2b..696fe3b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # g2g Simple Gitea hook / service who mirroring all your Gitea repo to Github (with git push --mirror).
-*Tested only on Alpine-Linux with Gitea server.* +*Tested only on Alpine-Linux with Gitea server.*
*The script requires bash, jq, curl, grep and git.* +
This should be easily adapted to other distributions without too many modifications, it should certainly be necessary to modify the location where the cronjob is installed (/etc/periodic/15min) for Debian/Arch/... based system.