We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b525b commit 02cf625Copy full SHA for 02cf625
usr/local/sbin/easyengine
@@ -211,7 +211,7 @@ WP-CLI()
211
then
212
echo -e "\033[31m WP Command Not Found ! \e[0m"
213
echo -e "\033[34m Installing WP-CLI, Please Wait... \e[0m"
214
- 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 \
215
|| OwnError "Unable To Install WP-CLI"
216
217
# Add WP Command In PATH Variable
0 commit comments