diff options
| author | lcy0816 <lcy0816@hotmail.com> | 2018-08-24 15:00:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-24 15:00:34 -0700 |
| commit | f8490a83d29d993e6f64749e7b88b8419144df31 (patch) | |
| tree | d47ebe049a03da202bbc87ec61af0d15d2a5ef31 | |
| parent | d16b7a5116b38c381719cab889eff486827778b4 (diff) | |
| download | cachepc-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-x | distros/ubuntu-18.04/build.sh | 1 |
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 |
