disable core updates, hide notifications, enable automatic plugin updates
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
3
abra.sh
3
abra.sh
@ -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(){
|
||||
|
Reference in New Issue
Block a user