Skip to content

Instantly share code, notes, and snippets.

@r3ggi
Forked from theevilbit/download_apple_tarballs.sh
Created January 5, 2021 09:50
Show Gist options
  • Save r3ggi/bf47ed2a57560dbf31ea0b6a82be38db to your computer and use it in GitHub Desktop.
Save r3ggi/bf47ed2a57560dbf31ea0b6a82be38db to your computer and use it in GitHub Desktop.
Download tarballs from https://opensource.apple.com/
wget --no-check-certificate --recursive --domains=opensource.apple.com --no-clobber --accept "*.gz" --no-parent -l2 https://opensource.apple.com/tarballs
wget --no-check-certificate --recursive --domains=opensource.apple.com --no-clobber --accept "*.gz" -l2 https://opensource.apple.com/
wget --no-check-certificate --recursive --domains=opensource.apple.com --no-clobber --accept "*.gz" --no-parent -l3 https://opensource.apple.com/darwinbuild/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment