mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
6 lines
179 B
Bash
6 lines
179 B
Bash
#!/bin/bash
|
|
|
|
wget -O /etc/openpanel/wordpress/wp-cli.phar https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
|
|
|
chmod +x /etc/openpanel/wordpress/wp-cli.phar
|