Skip to content

Commit 02cf625

Browse files
committed
Fix wp-cli installer issue
1 parent a7b525b commit 02cf625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/local/sbin/easyengine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ WP-CLI()
211211
then
212212
echo -e "\033[31m WP Command Not Found ! \e[0m"
213213
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 \
214+
curl -L https://raw.github.com/wp-cli/wp-cli.github.com/master/installer.sh | INSTALL_DIR='/usr/share/easyengine/wp-cli' bash \
215215
|| OwnError "Unable To Install WP-CLI"
216216

217217
# Add WP Command In PATH Variable

0 commit comments

Comments
 (0)