Skip to content

Commit 907bb09

Browse files
committed
tidy-up: apt-get options 2
1 parent 526db87 commit 907bb09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_bumper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd "$(dirname "$0")"
1111
if ! command -v hxclean >/dev/null 2>&1; then
1212
case "$(uname)" in
1313
Linux*)
14-
apt-get --option Dpkg::Use-Pty=0 update
14+
apt-get --option Dpkg::Use-Pty=0 update --yes
1515
apt-get --option Dpkg::Use-Pty=0 install \
1616
curl git gpg zip jq html-xml-utils;;
1717
Darwin*)

_ci-linux-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
103103
fi
104104
fi
105105

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

0 commit comments

Comments
 (0)