5.8.0 updates and a little more config friendlyness
This commit is contained in:
parent
46548688bf
commit
acb67edf25
3 changed files with 11 additions and 7 deletions
|
@ -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.7.0/mods"; # where your server stores its mods
|
||||
$modpath = "/home/kake26/minetest-5.8.0/mods"; # where your server stores its mods
|
||||
|
||||
sub chk_update () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue