mirror of
https://github.com/elementor/hello-theme.git
synced 2026-07-29 15:07:33 +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
|