Last active
December 29, 2020 17:25
-
-
Save morgenfriedel/4dfbf24f140f7fde0532a7058da9f0ec to your computer and use it in GitHub Desktop.
Installs wp-cli (https://wp-cli.org/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar | |
| chmod +x wp-cli.phar | |
| sudo mv wp-cli.phar /usr/local/bin/wp | |
| wp --info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment