Last updated on 2021-05-31
Just installed 2.7 wordpress. Here is a one liner for the brave one:
curl http://wordpress.org/latest.zip -o "new.zip" \ && unzip new.zip \ && rm -rf ./wordpress/wp-content/ \ && cp -vr ./wordpress/* ~/htdocs/ \ && rm -fr new.zip wordpress
Comments are closed, but trackbacks and pingbacks are open.