aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdistros/ubuntu-18.04/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh
index 0afd159..a86efb9 100755
--- a/distros/ubuntu-18.04/build.sh
+++ b/distros/ubuntu-18.04/build.sh
@@ -20,6 +20,8 @@ fi
# build linux kernel image
run_cmd "apt-get update"
+run_cmd "apt install -y apt-utils"
+echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
run_cmd "apt-get -y build-dep linux-image-$(uname -r)"
run_cmd "apt-get -y install flex"
run_cmd "apt-get -y install bison fakeroot libssl-dev"