diff options
-rwxr-xr-x | .tools/testxml.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index ad0617fa..bdd11628 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -8,7 +8,8 @@ aptget_update aptget_install git-core libxml2-utils python python-pil python-soundfile rm -rf tools -gitclone https://git.themanaworld.org/ml tools.git tools +git clone https://git.themanaworld.org/specing/tools.git tools +git -C tools switch testxml_update cd tools/testxml |