Last active
May 5, 2021 13:24
-
-
Save wpbullet/17af07160efb5cc620a3b73a99c595f6 to your computer and use it in GitHub Desktop.
Autoinstall wp profile and doctor
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 | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install with