mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Fixed clone release version on Linux
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user