mirror of
https://gh.wpcy.net/https://github.com/elementor/hello-theme.git
synced 2026-04-25 11:52:21 +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
|