mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-30 04:42:19 +08:00
6 lines
124 B
Bash
6 lines
124 B
Bash
#!/bin/bash
|
|
|
|
if ! wp core download --version="${WP_VERSION:-latest}"; then
|
|
echo 'WordPress is already installed.'
|
|
exit
|
|
fi
|