From 49882f998a6de2dec46cd704e74ef6f296226bce Mon Sep 17 00:00:00 2001 From: andy5995 Date: Wed, 17 Jan 2018 21:38:23 -0600 Subject: [PATCH] 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 --- git_update.sh | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/git_update.sh b/git_update.sh index 6c8ec6ee3..9c26f22e3 100755 --- a/git_update.sh +++ b/git_update.sh @@ -1,21 +1,13 @@ #!/bin/bash export LANG=C -cd "$(dirname $(readlink -f $0))" +cd "$(dirname $(readlink -f $0))" && + +echo $PWD && git pull && cd data && git pull && -cd .. && - -cd source/masterserver && -git pull && - -cd ../.. && - -cd mk/linux/tools-for-standalone-client/installer/mojosetup -git pull && - exit 0