Now setup.sh pulls latest data

This commit is contained in:
mathusummut
2019-03-08 11:45:31 +01:00
parent 14811e5964
commit e17cf9588e
3 changed files with 17 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
cd $DIR
mkdir build
cd build
git clone https://github.com/Glest/glest-data.git data --branch 2.0
git clone https://github.com/Glest/glest-data.git data
cd ..
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then