mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Update v-clone-website
This commit is contained in:
parent
19b2b0c9dc
commit
b5db512b8b
1 changed files with 5 additions and 3 deletions
|
@ -206,9 +206,11 @@ if [ $IT_IS_WP -eq 0 ]; then
|
||||||
exit 14
|
exit 14
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
if [ ! -f "/usr/local/bin/wp" ]; then
|
||||||
echo "=== Downloading latest wp-cli"
|
echo "=== Downloading latest wp-cli"
|
||||||
wget -nv https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O /usr/local/bin/wp
|
wget -nv https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O /usr/local/bin/wp
|
||||||
chmod +x /usr/local/bin/wp
|
chmod +x /usr/local/bin/wp
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue