Skip to content

Instantly share code, notes, and snippets.

@morgenfriedel
Last active December 29, 2020 17:25
Show Gist options
  • Select an option

  • Save morgenfriedel/4dfbf24f140f7fde0532a7058da9f0ec to your computer and use it in GitHub Desktop.

Select an option

Save morgenfriedel/4dfbf24f140f7fde0532a7058da9f0ec to your computer and use it in GitHub Desktop.
Installs wp-cli (https://wp-cli.org/)
#! /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