Scripting an install - How to suppress "View the notifications now? [y/n]: "

We’ve seen that line at the end after an install

View the notifications now? [y/n]:

In an automated install, it’s terminating my install script.
I’m already specifying a non-interactive install with “zypper -n” but although it removes the need for the User to explicitly authorize the proposed install, it doesn’t address this issue that comes at the end of the install

zypper -n in *packagelist *

TIA for any solution,
TSU

You will need to submit patch that allows it. As far as I can believe sources, there is no way to suppress them right now.

Ok, thx.

TSU