Updates for 5.10 and reanme to Luanti
This commit is contained in:
parent
0f5b6e227b
commit
0c8eb5bfe6
7 changed files with 5 additions and 5 deletions
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
|
@ -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
|
||||
|
|
0
index.json
Normal file → Executable file
0
index.json
Normal file → Executable file
0
mods
Normal file → Executable file
0
mods
Normal file → Executable file
2
server.bash
Normal file → Executable file
2
server.bash
Normal file → Executable file
|
@ -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
|
||||
|
|
2
update.pl
Normal file → Executable file
2
update.pl
Normal file → Executable file
|
@ -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 () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue