File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cd "$(dirname "$0")"
1111if ! 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* )
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
103103 fi
104104fi
105105
106- apt-get --option Dpkg::Use-Pty=0 update
106+ apt-get --option Dpkg::Use-Pty=0 update --yes
107107# shellcheck disable=SC2086
108108apt-get --option Dpkg::Use-Pty=0 install \
109109 curl ca-certificates git gpg gpg-agent patch ssh rsync python3-pefile make cmake ninja-build \
You can’t perform that action at this time.
0 commit comments