1st commit

This commit is contained in:
2025-01-03 07:45:13 +01:00
commit fe6523b71d
2 changed files with 70 additions and 0 deletions

13
install_wp-cli.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env bash
# Télécharger
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
# Test
php wp-cli.phar --info
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wp
# Test
wp --info