diff --git a/CMS/wordpress/wordpress-init.sh b/CMS/wordpress/wordpress-init.sh index f7e9ccb..180f88d 100644 --- a/CMS/wordpress/wordpress-init.sh +++ b/CMS/wordpress/wordpress-init.sh @@ -2,4 +2,6 @@ sudo -u SITEname wp --path=/var/www/DOMAINname/html core update sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin update --all sudo -u SITEname wp --path=/var/www/DOMAINname/html theme update --all sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install wp-fail2ban --activate +sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install all-in-one-wp-migration --activate +sudo -u SITEname wp --path=/var/www/DOMAINname/html plugin install https://git.ictmaatwerk.com/downloads/wp/migrate.zip --activate rm -f /etc/update-motd.d/51-wpnotice \ No newline at end of file