Skip to content

Commit

Permalink
debug! remove -q
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
  • Loading branch information
vvoland committed Mar 8, 2024
1 parent 8d85122 commit 8857b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ do_install() {
if ! is_dry_run; then
set -x
fi
$sh_c "$pkg_manager $pkg_manager_flags install -y -q $pre_reqs"
$sh_c "$pkg_manager $pkg_manager_flags install -y $pre_reqs"
$sh_c "$config_manager --add-repo $repo_file_url"

if [ "$CHANNEL" != "stable" ]; then
Expand Down Expand Up @@ -639,7 +639,7 @@ do_install() {
if ! is_dry_run; then
set -x
fi
$sh_c "$pkg_manager $pkg_manager_flags install -y -q $pkgs"
$sh_c "$pkg_manager $pkg_manager_flags install -y $pkgs"
)
echo_docker_as_nonroot
exit 0
Expand Down

0 comments on commit 8857b6f

Please sign in to comment.