How to disable installation prompt?
https://developer.1password.com/docs/cli/get-started/#step-1-install-1password-cli 1Password CLI on a Debian server with apt results in the following prompt.
```
No accounts configured for use with 1Password CLI.
You can either:
- Connect 1Password CLI with the 1Password app to use the accounts you've added to the app and sign in using the 1Password app. Learn more: https://developer.1password.com/docs/cli/get-started/#sign-in for details.
- Add an account manually with 'op account add' and sign in by entering your password on the command line. See 'op account add --help' for details.
- Use 1Password CLI with a Connect instance by setting the 'OP_CONNECT_HOST' and 'OP_CONNECT_TOKEN' environment variables to your Connect host and token, respectively. Learn more: https://developer.1password.com/docs/connect
- Authenticate using a 1Password service account by setting the 'OP_SERVICE_ACCOUNT_TOKEN' environment variable to your service account token. Learn more: https://developer.1password.com/docs/service-accounts/
Do you want to add an account manually now? [Y/n]
```
If this is run by an automated setup script on a remote server, this blocks the whole installation.
I tried setting set DEBIAN_FRONTEND=noninteractive but this didn't help.
Is there another way to turn this prompt off?
1Password Version: 2.19.0
Extension Version: Not Provided
OS Version: Debian 12
Browser: Not Provided
