Update script to use new 5eTools mirror
This commit is contained in:
parent
67a9490d86
commit
af23b71522
2
init.sh
2
init.sh
@ -40,7 +40,7 @@ SOURCE=${SOURCE}
|
|||||||
echo "SOURCE=$SOURCE"
|
echo "SOURCE=$SOURCE"
|
||||||
case $SOURCE in
|
case $SOURCE in
|
||||||
GITHUB | GITHUB-NOIMG) # Source is the github mirror
|
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"
|
echo " === Using GitHub mirror at $DL_LINK"
|
||||||
if [ ! -d "./.git" ]; then # if no git repository already exists
|
if [ ! -d "./.git" ]; then # if no git repository already exists
|
||||||
echo " === No existing git repository, creating one"
|
echo " === No existing git repository, creating one"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user