Editing: activate_plugin.sh
#!/bin/bash set -eox pipefail WP_CLI_CACHE_DIR=/tmp wp plugin install "$1" --activate
Save
Back