Hi, 

I've written little script for downloading all TurnKey appliances. It's not great, fast or superportable. Just download two attached files, make get executable and run it. You need wget and command line ;) If the mirror is slow, just find your own and change it in the script. 

I don't know if there is any other way to download all TK appliances at once, my googling wasn't successful. If you know about some other way to do this quick, please let me know in comments. Maybe this'll help somebody out. 

Forum: 
Jeremy Davis's picture

Have a look at this blog post. The high speed mirrors are listed here.

Bertram Pincus's picture

This is how I did it after reading the blog post Jeremy pointed to.

To download all iso's version 13.-wheezy-i386 :

rsync -av -P rsync://mirror.serverloft.com/turnkeylinux/iso/*13.0-wheezy-i386*.iso

 

Thanks to everyone involved in turnkeylinux.org :)

Add new comment