Skip to content

Commit

Permalink
Avoid interactive package install
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Nov 9, 2018
1 parent 778b75d commit 6518804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ apt-get update
# apt-get upgrade -y

# install packages
apt-get -o Dpkg::Options::=--force-confdef \
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::=--force-confdef \
install -y \
--no-install-recommends \
firmware-atheros \
Expand Down

0 comments on commit 6518804

Please sign in to comment.