Updating based on actual script in use

This commit is contained in:
Paul 2023-05-10 23:38:55 -05:00
parent 49321f2de7
commit 1064c06902
3 changed files with 2 additions and 1 deletions

1
index.json Normal file

File diff suppressed because one or more lines are too long

BIN
mods Normal file

Binary file not shown.

View file

@ -11,7 +11,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/mods/"; # where your server stores its mods
$modpath = "/home/kake26/minetest-5.7.0/mods"; # where your server stores its mods
sub chk_update () {