diff options
Diffstat (limited to '.tools/manaplus.sh')
-rwxr-xr-x | .tools/manaplus.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tools/manaplus.sh b/.tools/manaplus.sh index 2dec0740..d573075f 100755 --- a/.tools/manaplus.sh +++ b/.tools/manaplus.sh @@ -14,6 +14,12 @@ aptget_install \ pwd ls +stat libdownload +stat manaplus_master + +rm -rf libdownload +rm -rf manaplus_master + ./clientdata/.tools/downloadlib.sh manaplus master || exit 1 export HOME="$PWD/clientdata/shared" |