Created
July 15, 2022 18:50
-
-
Save mfyz/630308410772df55d195f5a39211128f to your computer and use it in GitHub Desktop.
download wordpress and plugins for offline work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://wordpress.org/latest.zip -O wordpress.zip | |
wget https://downloads.wordpress.org/plugin/advanced-custom-fields.zip | |
wget https://downloads.wordpress.org/plugin/wp-graphql.zip | |
wget https://downloads.wordpress.org/plugin/user-role-editor.zip | |
wget https://downloads.wordpress.org/plugin/wp-rest-api-authentication.zip | |
wget https://downloads.wordpress.org/plugin/acf-to-rest-api.zip | |
wget https://downloads.wordpress.org/plugin/custom-post-type-ui.zip | |
wget https://downloads.wordpress.org/plugin/wp-rest-cache.zip | |
wget https://downloads.wordpress.org/plugin/wordfence.zip | |
wget https://downloads.wordpress.org/plugin/woocommerce.zip | |
wget https://downloads.wordpress.org/plugin/updraftplus.zip | |
wget https://downloads.wordpress.org/plugin/wp-fastest-cache.zip | |
wget https://downloads.wordpress.org/plugin/ewww-image-optimizer.zip | |
wget https://downloads.wordpress.org/plugin/imsanity.zip | |
wget https://downloads.wordpress.org/plugin/amazon-s3-and-cloudfront.zip | |
wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment