This commit is contained in:
Kiara Grouwstra 2022-11-29 13:38:45 +01:00
parent 4442c57f24
commit 54651e345d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ 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