diff --git a/acf.zip b/acf.zip new file mode 100644 index 0000000..5865b75 Binary files /dev/null and b/acf.zip differ diff --git a/install.sh b/install.sh index b90f243..ee0c1ab 100755 --- a/install.sh +++ b/install.sh @@ -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