mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 11:19: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
|
cd $DIR
|
||||||
mkdir build
|
mkdir build
|
||||||
cd 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 ..
|
cd ..
|
||||||
|
|
||||||
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
|
if [ `id -u`'x' == '0x' ] || [ "$1" == "--manually" ]; then
|
||||||
|
Reference in New Issue
Block a user