mirror of
https://github.com/elementor/hello-theme.git
synced 2026-07-27 14:01:37 +08:00
3 lines
86 B
Bash
3 lines
86 B
Bash
#!/bin/bash
|
|
set -eox pipefail
|
|
WP_CLI_CACHE_DIR=/tmp wp plugin install "$1" --activate
|