Skip to content

Instantly share code, notes, and snippets.

@Zeryther
Created October 11, 2021 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeryther/ba433f986e4d8fc76a0524203162cee8 to your computer and use it in GitHub Desktop.
Save Zeryther/ba433f986e4d8fc76a0524203162cee8 to your computer and use it in GitHub Desktop.
WordPress Installation Script
TARGET_DIR="wordpress"
LANG="de_DE"
wget -O wordpress.zip https://de.wordpress.org/latest-$LANG.zip
unzip wordpress.zip -d $TARGET_DIR
rm wordpress.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment