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
# Last updated 2016-02-03 | |
WORDPRESS_VERSION="4.4.2" | |
SFTP_VERSION="0.7.1" | |
git clone https://github.com/WordPress/WordPress.git | |
cd WordPress | |
git checkout tags/${WORDPRESS_VERSION} | |
cd .. | |
mv WordPress/* `pwd` | |
rm -rf WordPress/ |