Skip to content

Commit 6518804

Browse files
committed
Avoid interactive package install
1 parent 778b75d commit 6518804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/chroot-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ apt-get update
120120
# apt-get upgrade -y
121121

122122
# install packages
123-
apt-get -o Dpkg::Options::=--force-confdef \
123+
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=--force-confdef \
124124
install -y \
125125
--no-install-recommends \
126126
firmware-atheros \

0 commit comments

Comments
 (0)