Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created January 25, 2014 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/8614188 to your computer and use it in GitHub Desktop.
Save e-minguez/8614188 to your computer and use it in GitHub Desktop.
mkdir -p /var/distro-trees/CentOS-6.3-x86_64
cd /var/distro-trees/CentOS-6.3-x86_64
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/images/
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/isolinux/
wget -e robots=off -r -nH --cut-dirs=3 --no-parent --reject "index.html*" http://centos.mirror.linuxwerk.com/6.3/os/x86_64/repodata/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment