mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user