Last active
September 26, 2024 09:15
-
-
Save AtsushiA/601095377f1b536fd7df1bf8f9e99189 to your computer and use it in GitHub Desktop.
setup WP-CLI on XSERVER
This file contains 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 | |
cd ~ | |
mkdir bin && cd bin | |
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar | |
chmod +x wp-cli.phar | |
mv wp-cli.phar wp | |
wp --info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XSERVER X-- SSHでコピーして実行
curl https://gist.githubusercontent.com/AtsushiA/601095377f1b536fd7df1bf8f9e99189/raw/4ff7253a1df52de339fa23ddb339d11394eeb309/setup%2520WP-CLI%2520on%2520XSERVER | bash