From 7dc70bf3485e82c9145d06e44d2a7874a78b72a7 Mon Sep 17 00:00:00 2001 From: dahjah Date: Fri, 23 Aug 2024 17:06:15 +0000 Subject: [PATCH] Update init.sh update mirror link to use gitea's --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index ac50e42..1e6e640 100644 --- a/init.sh +++ b/init.sh @@ -33,7 +33,7 @@ cd /usr/local/apache2/htdocs echo " === Checking directory permissions for /usr/local/apache2/htdocs" ls -ld /usr/local/apache2/htdocs -DL_LINK=${DL_LINK:-https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git} +DL_LINK=${DL_LINK:-https://git.djg.dev/dahjah/5e-tools.git} IMG_LINK=${IMG_LINK:-https://github.com/5etools-mirror-2/5etools-img} echo " === Using GitHub mirror at $DL_LINK"