Skip to content

Commit f3ba5b5

Browse files
committed
fix zypper command syntax
Signed-off-by: Prabhav Thali <Prabhav.Thali1@ibm.com>
1 parent 0221ade commit f3ba5b5

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)