Skip to content

Commit

Permalink
tidy-up: apt-get options 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 29, 2025
1 parent 526db87 commit 907bb09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _bumper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd "$(dirname "$0")"
if ! command -v hxclean >/dev/null 2>&1; then
case "$(uname)" in
Linux*)
apt-get --option Dpkg::Use-Pty=0 update
apt-get --option Dpkg::Use-Pty=0 update --yes
apt-get --option Dpkg::Use-Pty=0 install \
curl git gpg zip jq html-xml-utils;;
Darwin*)
Expand Down
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
fi

apt-get --option Dpkg::Use-Pty=0 update
apt-get --option Dpkg::Use-Pty=0 update --yes
# shellcheck disable=SC2086
apt-get --option Dpkg::Use-Pty=0 install \
curl ca-certificates git gpg gpg-agent patch ssh rsync python3-pefile make cmake ninja-build \
Expand Down

0 comments on commit 907bb09

Please sign in to comment.