Skip to content

Instantly share code, notes, and snippets.

@minhducsun2002
Last active August 11, 2018 03:48
Show Gist options
  • Save minhducsun2002/cb22c57004de1c52bb368a797024111d to your computer and use it in GitHub Desktop.
Save minhducsun2002/cb22c57004de1c52bb368a797024111d to your computer and use it in GitHub Desktop.
Script to compile Zen kernel automatically on Ubuntu
apt install -y git build-essential kernel-package fakeroot libncurses5-dev libssl-dev ccache bison flex libelf-dev > /dev/null;
git clone https://github.com/zen-kernel/zen-kernel --depth=1 -b 4.17/master;
cd zen-kernel;
curl https://gist.githubusercontent.com/minhducsun2002/96305f3f97f060cd7285912185d3cfc6/raw/ae9eb6d4b2967177ba458175a7c69e266f6937a3/vanilla.config > .config;
printf "\n" | make bindeb-pkg -j4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment