Skip to content

Commit 59f2eaf

Browse files
devkevkay-kim
authored andcommitted
Non-interactive SUSE installation
Installation instructions for other distros are non-interactive, so the SUSE ones should be also. For zypper, this is `-n` aka `--non-interactive` (*before* the `install` sub-command). Signed-off-by: kay <kay.kim@10gen.com>
1 parent cf30924 commit 59f2eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-install-mongodb-on-suse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ action:
3838
command:
3939
language: sh
4040
code: |
41-
sudo zypper install mongodb-org
41+
sudo zypper -n install mongodb-org
4242
- pre: |
4343
To install a specific release of MongoDB, specify each
4444
component package individually and append the version number to the

0 commit comments

Comments
 (0)