Update WordPress automatically from linux command line

In order to upgrade your version of wordpress via linux command line perform the following steps. curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.pharmv wp-cli.phar wp-clichmod u+x wp-cli/root/wp-cli –allow-root core update –path=/path-to-wordpress-install […]