Fixed clone release version on Linux

This commit is contained in:
mathusummut
2018-11-10 17:26:55 +01:00
parent 68f869e912
commit 23afb58758

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/ZetaGlest/zetaglest-data.git data
git clone https://github.com/ZetaGlest/zetaglest-data.git data --branch 1.0
cd ..
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then