aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlcy0816 <lcy0816@hotmail.com>2018-08-24 15:00:34 -0700
committerGitHub <noreply@github.com>2018-08-24 15:00:34 -0700
commitf8490a83d29d993e6f64749e7b88b8419144df31 (patch)
treed47ebe049a03da202bbc87ec61af0d15d2a5ef31
parentd16b7a5116b38c381719cab889eff486827778b4 (diff)
downloadcachepc-amdsev-f8490a83d29d993e6f64749e7b88b8419144df31.tar.gz
cachepc-amdsev-f8490a83d29d993e6f64749e7b88b8419144df31.zip
Update build.sh
Bison package is need but not installed by default in the Ubuntu 18.04
-rwxr-xr-xdistros/ubuntu-18.04/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/distros/ubuntu-18.04/build.sh b/distros/ubuntu-18.04/build.sh
index 7da8848..3841560 100755
--- a/distros/ubuntu-18.04/build.sh
+++ b/distros/ubuntu-18.04/build.sh
@@ -5,6 +5,7 @@
# build linux kernel image
run_cmd "apt-get build-dep linux-image-$(uname -r)"
run_cmd "apt-get install flex"
+run_cmd "apt-get install bison"
build_kernel
# install newly built kernel