From 739b0da99698e42cea24bd7b9b40d03eda2fcc4e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Jun 2021 11:26:24 +0200 Subject: [PATCH] =?UTF-8?q?peque=C3=B1os=20cambios.=20Arreglo=20task=20nam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- minetest-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetest-server.sh b/minetest-server.sh index f5ed137..aaa1d29 100644 --- a/minetest-server.sh +++ b/minetest-server.sh @@ -83,7 +83,7 @@ downloadMinetest_game (){ } downloadIkea_game (){ - taskName="Download rpgtest game"; echo -e "\n[+][$taskName]" + taskName="Download Ikea game"; echo -e "\n[+][$taskName]" rm -rf /usr/local/share/minetest/games/ikea git clone https://gitlab.com/benrob0329/ikea.git /usr/local/share/minetest/games/ikea isOK