Page Actions
Wiki Actions
User Actions
Submit This Story

Fetch Gentoo packages using Aria2c

Fetch portage packages using aria2c. Multi-threaded, mirrored!

#!/bin/sh
emerge -upfDN world | egrep "[ht|f]tp:\/\/" | tr " " "\t" | sed "/^$/d" > world_fetch_url.txt
aria2c -i world_fetch_url.txt

Evil, huh?;-)

Discussion

Enter your comment
 
 
blog/2008/9/fetch_gentoo_packages_using_aria2c.txt · Last modified: 2008/09/01 00:00 (external edit)     Back to top
Recent changes RSS feed Creative Commons License Powered by PHP Driven by DokuWiki