From 8b0ac60a623c3d26e7b9c76b0f9d4fd0ffa8cbbd Mon Sep 17 00:00:00 2001 From: AB in MT <96744017+AB-MT@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:55:31 +0300 Subject: [PATCH] Add downloading and auto start in client --- TeranClient.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeranClient.sh b/TeranClient.sh index 291c18482..bc594db19 100644 --- a/TeranClient.sh +++ b/TeranClient.sh @@ -1,6 +1,10 @@ git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest_game +bash mods_download.sh + git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt cmake . -DRUN_IN_PLACE=TRUE make -j$(nproc) + +./bin/minetest