Skip to content

Instantly share code, notes, and snippets.

@MillerMedia
Created January 7, 2022 21:29
Show Gist options
  • Save MillerMedia/c4e8927c48161d7be40ecf0231a6db27 to your computer and use it in GitHub Desktop.
Save MillerMedia/c4e8927c48161d7be40ecf0231a6db27 to your computer and use it in GitHub Desktop.
Command line WordPress download/install (single line)
wget http://wordpress.org/latest.tar.gz;tar xfz latest.tar.gz;mv wordpress/* ./;rmdir ./wordpress/;rm -f latest.tar.gz;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment