mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 15:09:03 +02:00
git_update.sh:remove 2 repos from being pulled [skip ci]
Only the 2 remaining repos are needed to try the game if you're not using a fork https://github.com/ZetaGlest/zetaglest-source#try-the-game-without-contributing
This commit is contained in:
@@ -1,21 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export LANG=C
|
export LANG=C
|
||||||
|
|
||||||
cd "$(dirname $(readlink -f $0))"
|
cd "$(dirname $(readlink -f $0))" &&
|
||||||
|
|
||||||
|
echo $PWD &&
|
||||||
|
|
||||||
git pull &&
|
git pull &&
|
||||||
|
|
||||||
cd data &&
|
cd data &&
|
||||||
git pull &&
|
git pull &&
|
||||||
|
|
||||||
cd .. &&
|
|
||||||
|
|
||||||
cd source/masterserver &&
|
|
||||||
git pull &&
|
|
||||||
|
|
||||||
cd ../.. &&
|
|
||||||
|
|
||||||
cd mk/linux/tools-for-standalone-client/installer/mojosetup
|
|
||||||
git pull &&
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user