Update script to use new 5eTools mirror

This commit is contained in:
Joey Hafner 2024-01-06 11:09:31 -08:00
parent 67a9490d86
commit af23b71522

View File

@ -40,7 +40,7 @@ SOURCE=${SOURCE}
echo "SOURCE=$SOURCE"
case $SOURCE in
GITHUB | GITHUB-NOIMG) # Source is the github mirror
DL_LINK=https://github.com/5etools-mirror-1/5etools-mirror-1.github.io.git
DL_LINK=https://github.com/5etools-mirror-2/5etools-mirror-2.github.io.git
echo " === Using GitHub mirror at $DL_LINK"
if [ ! -d "./.git" ]; then # if no git repository already exists
echo " === No existing git repository, creating one"