We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007f486 commit 4981582Copy full SHA for 4981582
.github/jobs/configure-checks/all.bats
@@ -14,7 +14,7 @@ if [ "$distro_id" = "ID=arch" ]; then
14
cmd=pacman
15
fi
16
if [ "$distro_id" = 'ID="opensuse-leap"' ]; then
17
- cmd=zypper
+ cmd=zypper --non-interactive
18
19
20
translate () {
0 commit comments