Skip to content

Instantly share code, notes, and snippets.

@AdamLawicki
Created October 18, 2015 20:49
Show Gist options
  • Save AdamLawicki/b68634feb37674a1a61b to your computer and use it in GitHub Desktop.
Save AdamLawicki/b68634feb37674a1a61b to your computer and use it in GitHub Desktop.
Download WordPress using wget. This downloads the most recent WordPress installation package.
[ec2-user ~]$ wget https://wordpress.org/latest.tar.gz
--2013-08-09 17:19:01-- https://wordpress.org/latest.tar.gz
Resolving wordpress.org (wordpress.org)... 66.155.40.249, 66.155.40.250
Connecting to wordpress.org (wordpress.org)|66.155.40.249|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4028740 (3.8M) [application/x-gzip]
Saving to: latest.tar.gz
100%[======================================>] 4,028,740 20.1MB/s in 0.2s
2013-08-09 17:19:02 (20.1 MB/s) - latest.tar.gz saved [4028740/4028740]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment