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