Skip to content
Snippets Groups Projects
Commit 157666c6 authored by Simon McVittie's avatar Simon McVittie
Browse files

sysroot: Avoid interactive prompting during dependency installation

parent ddda5861
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ set -e ...@@ -27,6 +27,7 @@ set -e
set -u set -u
NULL= NULL=
export DEBIAN_FRONTEND=noninteractive
apt-get -q -y update apt-get -q -y update
apt-get -q -y upgrade apt-get -q -y upgrade
apt-get -q -y install \ apt-get -q -y install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment