diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2020-01-08 00:17:33 +0000 |
|---|---|---|
| committer | Brijesh Singh <brijesh.singh@amd.com> | 2020-01-08 00:20:26 +0000 |
| commit | ac6555995f1c693053583b2798f9805b0f9fe80d (patch) | |
| tree | b065ff56b2c9418ac392a0821fb9a1ca1958432b | |
| parent | bfa123c16e7596f633093ed84e98a20edc385a1c (diff) | |
| download | cachepc-amdsev-ac6555995f1c693053583b2798f9805b0f9fe80d.tar.gz cachepc-amdsev-ac6555995f1c693053583b2798f9805b0f9fe80d.zip | |
automatically accept Yes
| -rwxr-xr-x | distros/ubuntu-18.04/build.sh | 2 |
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" |
