diff --git a/abra.sh b/abra.sh index b066de1..94e7f22 100644 --- a/abra.sh +++ b/abra.sh @@ -19,7 +19,7 @@ core_install(){ 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 "option update disable_notification_setting --format=json '{\"dpun_setting\":false,\"dwtu_setting\":false,\"dwcun_setting\":true}'" if [ -n "$DEFAULT_USER_ROLE" ] then wp "option set default_role $DEFAULT_USER_ROLE"