git_update.sh:fix [skip ci]

This script is for people who clone the repo without forking

https://github.com/ZetaGlest/zetaglest-source#try-the-game-without-contributing
This commit is contained in:
andy5995
2018-01-17 21:18:15 -06:00
parent 343b2c96b9
commit 61738cc167

View File

@@ -3,14 +3,19 @@ export LANG=C
cd "$(dirname $(readlink -f $0))" cd "$(dirname $(readlink -f $0))"
cd git pull && git pull &&
cd data && cd data &&
git pull && git pull &&
cd .. &&
cd source/masterserver && cd source/masterserver &&
git pull && git pull &&
cd mk/linux/tools-for-standalone-client/installer/mojosetup cd ../.. &&
git pull
cd mk/linux/tools-for-standalone-client/installer/mojosetup
git pull &&
exit 0