|
|
@ -90,6 +90,7 @@ copyConfMinetestServer (){
|
|
|
|
copyDefaultWorld (){
|
|
|
|
copyDefaultWorld (){
|
|
|
|
taskName="Download minetest_game"; echo -e "\n[+][$taskName]"
|
|
|
|
taskName="Download minetest_game"; echo -e "\n[+][$taskName]"
|
|
|
|
cd $minetestDirResources/worlds
|
|
|
|
cd $minetestDirResources/worlds
|
|
|
|
|
|
|
|
rm -rf $minetestDirResources/worlds/minetest_game
|
|
|
|
git clone https://github.com/minetest/minetest_game.git minetest_game
|
|
|
|
git clone https://github.com/minetest/minetest_game.git minetest_game
|
|
|
|
isOK
|
|
|
|
isOK
|
|
|
|
}
|
|
|
|
}
|
|
|
|