From 92c157110ce06bab3176486e04cbd8296ad05291 Mon Sep 17 00:00:00 2001 From: Paul M Date: Sun, 21 Aug 2022 21:12:32 -0500 Subject: [PATCH] readme notes updated --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df6bf6..b78ee5b 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ My Dev branch for minetest server related code. Currently it contains a mod upda Version checking and comparing works. index.json is the current index of all avaialble minetest mods as pulled from content.minecraft.net. index2.json should be a current copy from the aforementioned site using the API. index.json can be kept as is after your first run, only index2.json really needs to change for the version -detection to work. I suggest setting up a cron job to refresh index2.jon and rotate out index2.json to index.json if you want the script out put to properly reflect the old version numbers. I'll proably include a small bash script you can run to handle that later. \ No newline at end of file +detection to work. I suggest setting up a cron job to refresh index2.jon and rotate out index2.json to index.json if you want the script out put to properly reflect the old version numbers. I'll proably include a small bash script you can run to handle that later. + +# Update as of 8/21/22 + +Needs a potential functions to rescan installed mods as needed. Needs to proably have some sort of a backup for existing mods, before updating. Also this program isn't meant to install mods off the main minetest content db site, its purpose is to make updating easy. Also hopefully I can make that safe as well. Maybe this will be expanded in the future into a tool to fully manage mods install/update/remove included and maybe full server backups as well. Thus far though its just centered around updating mods easily. I'm open to expanding this into a full tool set for minetest servers though. \ No newline at end of file