mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 15:09:03 +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 git pull &&
|
||||
git pull &&
|
||||
|
||||
cd data &&
|
||||
git pull &&
|
||||
|
||||
cd .. &&
|
||||
|
||||
cd source/masterserver &&
|
||||
git pull &&
|
||||
|
||||
cd mk/linux/tools-for-standalone-client/installer/mojosetup
|
||||
git pull
|
||||
cd ../.. &&
|
||||
|
||||
cd mk/linux/tools-for-standalone-client/installer/mojosetup
|
||||
git pull &&
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user