Re-add ACF Pro to installer

This commit is contained in:
Jelle Hermsen 2023-02-05 11:20:31 +01:00
parent 7ae9e21acb
commit c8725d1fed
2 changed files with 1 additions and 2 deletions

BIN
acf.zip Normal file

Binary file not shown.

View File

@ -12,7 +12,6 @@ cd $(dirname "$0")
# Download wordpress to /tmp/ folder
echo "Download latest nl_NL wordpress"
curl -s https://nl.wordpress.org/latest-nl_NL.tar.gz > /tmp/wordpress-latest.tar.gz
wget https://github.com/AdvancedCustomFields/acf/releases/download/6.0.5/advanced-custom-fields-6.0.5.zip
# Extract Wordpress here
tar -xvzf /tmp/wordpress-latest.tar.gz wordpress
@ -80,7 +79,7 @@ echo -e "\n\n\n"
echo "Installing plugins"
./wp plugin install advanced-custom-fields-6.0.5.zip --activate --allow-root > /dev/null
./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