Go to file
NathanSalapat 1c8a34f742 A few improvements. Script should self update, mods are copied to the mod folder. Renaming folders removed. 2014-10-08 12:09:37 -05:00
LICENSE Initial commit 2014-10-07 08:53:09 -05:00
README.md Update README.md 2014-10-07 09:13:50 -05:00
update.sh A few improvements. Script should self update, mods are copied to the mod folder. Renaming folders removed. 2014-10-08 12:09:37 -05:00

README.md

Minetest_Mods_Updater

A bash script for LINUX that automatically updates your minetest mods

To use, create a directory where you will put all your git cloned folders for mods. Git Clone the mods into said folder. Add Update.sh to that folder, and change the permissions to be executable, if needed. Change the rsync locations to be the location you are git cloning into and your mods directory. To update your mods just run the script, or create a cron job to execute the script for you. I personally have it run every morning at four am.

TODO: Add the actual code for renaming the folders. Add a bit more documentation. Add a log output that prints the date and what mods were updated.