disable core updates, hide notifications, enable automatic plugin updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-01 16:59:09 +02:00
parent df821f5017
commit 55f00a482a
2 changed files with 14 additions and 8 deletions

View File

@ -18,6 +18,9 @@ core_install(){
wp "language core install $LOCALE"
wp "site switch-language $LOCALE"
wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
wp "plugin install --activate disable-update-notifications"
wp 'option update dwcun_setting on'
wp 'plugin auto-updates enable --all'
}
set_authentik(){