5.8.0 updates and a little more config friendlyness

This commit is contained in:
kake26 2024-01-18 20:55:35 -06:00
parent 46548688bf
commit acb67edf25
3 changed files with 11 additions and 7 deletions

View 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.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 () {