Update init.sh
Some checks failed
CI/CD / Build and push Docker image to Docker Hub (push) Has been cancelled

update mirror link to use gitea's
This commit is contained in:
dahjah 2024-08-23 17:06:15 +00:00
parent cbadea024a
commit 7dc70bf348

View File

@ -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"