Deleting history

This commit is contained in:
2025-01-03 08:57:41 +01:00
commit 6f0450276d
4 changed files with 121 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