Skip to content

Instantly share code, notes, and snippets.

@methbkts
Last active August 22, 2019 08:31
Show Gist options
  • Select an option

  • Save methbkts/ffb1c0133bf1b6a55c2b472c42a9ad5f to your computer and use it in GitHub Desktop.

Select an option

Save methbkts/ffb1c0133bf1b6a55c2b472c42a9ad5f to your computer and use it in GitHub Desktop.
#!/usr/bin/env 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment