Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Last active March 18, 2026 07:20
Show Gist options
  • Select an option

  • Save BFTrick/11294357 to your computer and use it in GitHub Desktop.

Select an option

Save BFTrick/11294357 to your computer and use it in GitHub Desktop.
Download & Install WordPress via Curl
curl -O https://wordpress.org/latest.zip
unzip latest.zip
mv wordpress site
rm latest.zip
@kristos80
Copy link
Copy Markdown

For those who want to move the wordpress folder to their current directory, should change:
mv wordpress site to mv wordpress/* ./

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment