Skip to content

Instantly share code, notes, and snippets.

View mediadoneright's full-sized avatar

Media Done Right mediadoneright

View GitHub Profile
@mediadoneright
mediadoneright / gist:cab4b307c0c7a036b65da3bb51f0e812
Last active September 1, 2019 17:47 — forked from jwebcat/gist:5122366
Properly download from github using wget and curl
wget --no-check-certificate --content-disposition https://github.com/drupal-composer/drupal-project/tarball/8.x
# --no-check-cerftificate was necessary for me to have wget not puke about https
curl -LJO https://github.com/drupal-composer/drupal-project/tarball/8.x