diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-13 18:47:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-13 18:47:24 -0300 |
commit | d5ec202c38e93f956970659fed3ccc15881f16c0 (patch) | |
tree | a70870be341620d7c6d8c7e8459d579915a8f8c8 /.tools | |
parent | ef611c44357d8a9db5798165bae855424f335780 (diff) | |
download | serverdata-d5ec202c38e93f956970659fed3ccc15881f16c0.tar.gz serverdata-d5ec202c38e93f956970659fed3ccc15881f16c0.tar.bz2 serverdata-d5ec202c38e93f956970659fed3ccc15881f16c0.tar.xz serverdata-d5ec202c38e93f956970659fed3ccc15881f16c0.zip |
Move to TMW2 Hercules version
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/scripts/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 9f74352ac..dfb28dec4 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -180,7 +180,7 @@ function do_init_tools { function do_init { do_init_data rm -rf server-code - gitclone https://gitlab.com/evol hercules.git server-code + gitclone https://gitlab.com/TMW2 hercules.git server-code check_error $? cd server-code/src ; git checkout master check_error $? |