diff --git a/compile_minetestserver.md b/compile_minetestserver.md index 48fd974..93cd781 100644 --- a/compile_minetestserver.md +++ b/compile_minetestserver.md @@ -34,7 +34,7 @@ wget https://github.com/minetest/irrlicht/archive/master.tar.gz && \ tar -xzf master.tar.gz && rm master.tar.gz && \ mv irrlicht-master irrlichtmt && \ cd ../games/ && \ -wget https://github.com/minetest/minetest_game/archive/master.tar.gz && \ +wget https://github.com/minetest/minetest_game/archive/refs/heads/master.zip && \ tar -xzf master.tar.gz && rm master.tar.gz && \ mv minetest_game-master minetest_game && \ cd .. && \ @@ -146,4 +146,4 @@ You can copy, modify, distribute and perform the work, even for commercial purpo In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. -When using or citing the work, you should not imply endorsement by the author or the affirmer. \ No newline at end of file +When using or citing the work, you should not imply endorsement by the author or the affirmer.