I wrote a simple script that parse the module's page and install or update the most up-to-date version.
This works for themes as well. To use it, simply go into a modules or themes folder and run one of the tool.
Valid folders are:
- /modules
- /themes
- /sites/all/modules
- /sites/all/themes
- /sites/*/modules
- /sites/*/themes
However, not that you should not try to update root folders, they are reserved for core modules and are updated with Drupal.
drupal-install-module.sh will install or update one module, drupal-update-modules.sh will batch update all modules in current folder.
It's nice man!
ReplyDeleteBut I have to suggest you to take a look at Drush (http://drupal.org/project/drush). You can do a bunch o things on command line with it. You can, for example, update modules and themes just running the "drush up" command.
Regards.
Wow, I can’t believe I missed that, this is exactly what I was looking for when I scripted my little tool.
ReplyDeleteThanks