diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index 5a7d9953..17cd88a3 100755 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -211,7 +211,7 @@ WP-CLI() then echo -e "\033[31m WP Command Not Found ! \e[0m" echo -e "\033[34m Installing WP-CLI, Please Wait... \e[0m" - curl http://wp-cli.org/installer.sh | INSTALL_DIR='/usr/share/easyengine/wp-cli' bash \ + curl -L https://raw.github.com/wp-cli/wp-cli.github.com/master/installer.sh | INSTALL_DIR='/usr/share/easyengine/wp-cli' bash \ || OwnError "Unable To Install WP-CLI" # Add WP Command In PATH Variable