mirror of
https://gh.wpcy.net/https://github.com/WordPressUtilities/WPUInstaller.git
synced 2026-05-03 19:22:20 +08:00
8 lines
No EOL
212 B
Bash
Executable file
8 lines
No EOL
212 B
Bash
Executable file
#!/bin/bash
|
|
|
|
###################################
|
|
## WP Cli
|
|
###################################
|
|
|
|
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar;
|
|
chmod +x "${MAINDIR}wp-cli.phar"; |