This commit is contained in:
Arno
2024-10-25 12:53:07 +00:00
parent e9bc584efa
commit 6410bf5e34
2 changed files with 10 additions and 1 deletions

View File

@ -79,8 +79,17 @@ wp site switch-language fr_FR
# Mise à jour theme / plugin / network
wp theme install twentytwentyfour --allow-root
wp theme enable twentytwentyfour --network
wp theme install lowfi --allow-root
wp theme enable lowfi --network
wp theme install astra --allow-root
wp theme enable astra --network
wp plugin install advanced-posts-listing --allow-root
wp plugin activate advanced-posts-listing --network
wp plugin install ultimate-addons-for-gutenberg --allow-root
wp plugin activate ultimate-addons-for-gutenberg --network
wp plugin install wordpress-importer --allow-root
wp plugin install envira-gallery-lite --allow-root
wp theme update --allow-root --all
wp plugin update --allow-root --all