Updating based on actual script in use
This commit is contained in:
parent
49321f2de7
commit
1064c06902
3 changed files with 2 additions and 1 deletions
1
index.json
Normal file
1
index.json
Normal file
File diff suppressed because one or more lines are too long
BIN
mods
Normal file
BIN
mods
Normal file
Binary file not shown.
|
@ -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 () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue