diff options
Diffstat (limited to '.tools/scripts/init.sh')
-rwxr-xr-x | .tools/scripts/init.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 8183c3e0e..2e7654d6c 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,13 +174,13 @@ function do_init_data { function do_init_tools { cd .. rm -rf tools - gitclone https://gitlab.com/TMW2 evol-tools.git tools + gitclone https://git.themanaworld.org/ml evol-tools.git tools } function do_init { do_init_data rm -rf server-code - gitclone https://gitlab.com/TMW2 hercules.git server-code + gitclone https://git.themanaworld.org/ml hercules.git server-code check_error $? cd server-code/src ; git checkout tmw2 check_error $? @@ -202,7 +202,7 @@ function do_init { cd src check_error $? #' - gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. + gitclone https://git.themanaworld.org/ml evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. check_error $? |