forked from oerkki/voxelands
util/build-w32.sh - update git url
This commit is contained in:
parent
5af3126696
commit
0e6b4ff80b
|
@ -46,7 +46,7 @@ cd $DIR
|
|||
|
||||
# Get the minetest-classic source
|
||||
if [ ! -e voxelands ]; then
|
||||
git clone git://gitorious.org/minetest-classic/minetest-classic.git voxelands
|
||||
git clone https://gitlab.com/voxelands/voxelands.git voxelands
|
||||
else
|
||||
cd voxelands && git reset --hard
|
||||
cd $DIR
|
Loading…
Reference in New Issue