3 changed files with 5 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||
# Install wp-cli |
|||
# Install wpcli |
|||
|
|||
function ee_ven_install_wp_cli() |
|||
function ee_ven_install_wpcli() |
|||
{ |
|||
if [ ! -d /usr/share/wp-cli ]; then |
|||
|
@ -1,6 +1,6 @@ |
|||
# Remove WP-CLI |
|||
# Remove wpcli |
|||
|
|||
function ee_ven_remove_wp_cli() |
|||
function ee_ven_remove_wpcli() |
|||
{ |
|||
ee_lib_echo "Removing WP-CLI, please wait..." |
|||
rm -rf /usr/share/wp-cli /usr/bin/wp /etc/bash_completion.d/wp-completion.bash \ |
Loading…
Reference in new issue