Top-rated recipes tagged "updater"http://code.activestate.com/recipes/tags/updater/top/2012-07-29T01:12:01-07:00ActiveState Code RecipesKYSU (Keep Your Stuff Updated) (Python) 2012-07-29T01:12:01-07:00Gamoholichttp://code.activestate.com/recipes/users/4182585/http://code.activestate.com/recipes/578174-kysu-keep-your-stuff-updated/ <p style="color: grey"> Python recipe 578174 by <a href="/recipes/users/4182585/">Gamoholic</a> (<a href="/recipes/tags/automatic/">automatic</a>, <a href="/recipes/tags/exe/">exe</a>, <a href="/recipes/tags/installer/">installer</a>, <a href="/recipes/tags/updated/">updated</a>, <a href="/recipes/tags/updater/">updater</a>). Revision 5. </p> <p>I wrote this program to keep my Samba share up to date. The Samba share contains installers for the programs that I use to fix and update computers (ccleaner, mbam, java, .etc). It can also be used for ISO's such as clonezilla.</p> <p>For the latest version of the script and the accompanying files please go to GitHub.</p> <p><a href="https://github.com/Gamoholic/KYSU" rel="nofollow">https://github.com/Gamoholic/KYSU</a></p> <p>!!! Important! The only OS I have tested this on is Ubuntu. I will test Windows soon. If it doesn't work on any other OS please let me know! Also, I have no idea how well this works with Python 3. I may test that eventually.</p>