Created
October 11, 2021 19:04
-
-
Save Zeryther/ba433f986e4d8fc76a0524203162cee8 to your computer and use it in GitHub Desktop.
WordPress Installation Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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