3 scripts wp-cli pour OVH
* _wp_ovh.sh: le script principal de m-à-j (à copier sir OVH) * wp-cli_ovh.sh: script pour lancer _wp_ovh.sh * update_wp-cli_ovh.sh: met à jour wp-cli sur OVH
This commit is contained in:
6
wp-cli/update_wp-cli_ovh.sh
Executable file
6
wp-cli/update_wp-cli_ovh.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
# !/usr/bin/env bash
|
||||
|
||||
# Télécharger
|
||||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
||||
|
||||
scp wp-cli.phar funnymac@ftp.cluster011.ovh.net:opt/bin/wp-cli.phar
|
||||
Reference in New Issue
Block a user