Fix acf installation

This commit is contained in:
Jelle Hermsen 2023-02-05 11:09:14 +01:00
parent c6dce92978
commit 7ae9e21acb
1 changed files with 10 additions and 10 deletions

View File

@ -80,16 +80,16 @@ echo -e "\n\n\n"
echo "Installing plugins"
./wp plugin install acf.zip --activate --allow-root > /dev/null
./wp plugin install acf-options-for-polylang --activate --allow-root > /dev/null
./wp plugin install admin-menu-editor --activate --allow-root > /dev/null
./wp plugin install advanced-custom-fields-pro --activate --allow-root > /dev/null
./wp plugin install ajax-load-more --activate --allow-root > /dev/null
./wp plugin install gosign-gallery-box-block --activate --allow-root > /dev/null
./wp plugin install polylang --activate --allow-root > /dev/null
./wp plugin install simple-custom-post-order --activate --allow-root > /dev/null
./wp plugin install easy-wp-smtp --activate --allow-root
./wp plugin install opengraph --activate --allow-root
./wp plugin install advanced-custom-fields-6.0.5.zip --activate --allow-root > /dev/null
./wp plugin install acf-options-for-polylang --activate --allow-root > /dev/null
./wp plugin install admin-menu-editor --activate --allow-root > /dev/null
./wp plugin install advanced-custom-fields-pro --activate --allow-root > /dev/null
./wp plugin install ajax-load-more --activate --allow-root > /dev/null
./wp plugin install gosign-gallery-box-block --activate --allow-root > /dev/null
./wp plugin install polylang --activate --allow-root > /dev/null
./wp plugin install simple-custom-post-order --activate --allow-root > /dev/null
./wp plugin install easy-wp-smtp --activate --allow-root
./wp plugin install opengraph --activate --allow-root
echo "Activate BIJ1 theme"
./wp theme activate BIJ1 --allow-root