mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +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
|