Skip to content

Commit 73bf6ca

Browse files
authored
Merge pull request #289 from linux-on-ibm-z/sles-fix
Fix zypper command syntax
2 parents 0221ade + f3ba5b5 commit 73bf6ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ do_install() {
617617
if ! is_dry_run; then
618618
set -x
619619
fi
620-
$sh_c "zypper install -y -q $pkgs"
620+
$sh_c "zypper -q install -y $pkgs"
621621
)
622622
echo_docker_as_nonroot
623623
exit 0

0 commit comments

Comments
 (0)