From 0c8eb5bfe61527b940f55a3b58d347c4e8c1cc18 Mon Sep 17 00:00:00 2001 From: kake26 Date: Sun, 12 Jan 2025 15:45:43 -0600 Subject: [PATCH] Updates for 5.10 and reanme to Luanti --- LICENSE | 0 README.md | 0 buildstable.bash | 6 +++--- index.json | 0 mods | Bin server.bash | 2 +- update.pl | 2 +- 7 files changed, 5 insertions(+), 5 deletions(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 index.json mode change 100644 => 100755 mods mode change 100644 => 100755 server.bash mode change 100644 => 100755 update.pl diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/buildstable.bash b/buildstable.bash index 0abf77a..3fb9180 100755 --- a/buildstable.bash +++ b/buildstable.bash @@ -1,8 +1,8 @@ #!/bin/bash # wget https://github.com/minetest/minetest/archive/master.tar.gz -wget https://github.com/minetest/minetest/archive/refs/tags/5.8.0.tar.gz -tar xf 5.8.0.tar.gz -cd minetest-5.8.0 +wget https://github.com/minetest/minetest/archive/refs/tags/5.10.0.tar.gz +tar xf 5.10.0.tar.gz +cd minetest-5.10.0 cd games/ wget https://github.com/minetest/minetest_game/archive/master.tar.gz tar xf master.tar.gz diff --git a/index.json b/index.json old mode 100644 new mode 100755 diff --git a/mods b/mods old mode 100644 new mode 100755 diff --git a/server.bash b/server.bash old mode 100644 new mode 100755 index 242d72f..6c6488a --- a/server.bash +++ b/server.bash @@ -1,7 +1,7 @@ #!/bin/bash -basedir=/home/kake26/minetest-5.8.0 +basedir=/home/kake26/minetest-5.10.0 worlddir=/home/kake26/minetest/minetest-server/.minetest/worlds/world2 confdir=/home/kake26/minetest # script to start and stop minetest server diff --git a/update.pl b/update.pl old mode 100644 new mode 100755 index a553b67..200a585 --- a/update.pl +++ b/update.pl @@ -13,7 +13,7 @@ use Storable; $updfile = "index.json"; # I could use JSON here, but it might be easier to abuse jq $updlsturl = "https://content.minetest.net/api/packages/"; # give use a json file of everything available -$modpath = "/home/kake26/minetest-5.8.0/mods"; # where your server stores its mods +$modpath = "/home/kake26/minetest-5.10.0/mods"; # where your server stores its mods sub chk_update () {