win32: install deps with DEBIAN_FRONTEND=noninteractive

This simplifies the installation process when I run it in an interactive
terminal.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
This commit is contained in:
Ken Dreyer 2022-09-13 12:44:05 -04:00
parent 2bdccfd5ea
commit 100990cfa6

View File

@ -69,7 +69,8 @@ echo "Installing required packages."
case "$OS" in
ubuntu)
sudo apt-get update
sudo apt-get -y install mingw-w64 cmake pkg-config \
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \
mingw-w64 cmake pkg-config \
python3-dev python3-pip python3-yaml \
autoconf libtool ninja-build zip
sudo python3 -m pip install cython