aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2020-01-08 00:17:33 +0000
committerBrijesh Singh <brijesh.singh@amd.com>2020-01-08 00:20:26 +0000
commitac6555995f1c693053583b2798f9805b0f9fe80d (patch)
treeb065ff56b2c9418ac392a0821fb9a1ca1958432b
parentbfa123c16e7596f633093ed84e98a20edc385a1c (diff)
downloadcachepc-amdsev-ac6555995f1c693053583b2798f9805b0f9fe80d.tar.gz
cachepc-amdsev-ac6555995f1c693053583b2798f9805b0f9fe80d.zip
automatically accept Yes
-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"