Skip to content

Instantly share code, notes, and snippets.

@wpbullet
Last active May 5, 2021 13:24
Show Gist options
  • Save wpbullet/17af07160efb5cc620a3b73a99c595f6 to your computer and use it in GitHub Desktop.
Save wpbullet/17af07160efb5cc620a3b73a99c595f6 to your computer and use it in GitHub Desktop.
Autoinstall wp profile and doctor
#!/bin/bash
php -d memory_limit=-1 $(which wp) package install wp-cli/profile-command:@stable --allow-root
php -d memory_limit=-1 $(which wp) package install wp-cli/doctor-command:@stable --allow-root
@wpbullet
Copy link
Author

wpbullet commented Apr 22, 2018

Install with

wget -q https://goo.gl/1YNEmw -O - | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment