add addn pkgs

This commit is contained in:
Kaiwan N Billimoria
2022-10-21 13:38:43 +05:30
parent 4fc2b629f1
commit 005e304b1e

View File

@@ -33,12 +33,13 @@ runcmd sudo apt update
echo "-----------------------------------------------------------------------"
# ensure basic pkgs are installed!
runcmd sudo apt install -y \
gcc make perl
gcc make perl
# packages typically required for kernel build
runcmd sudo apt install -y \
bison build-essential flex libncurses5-dev ncurses-dev \
libelf-dev libssl-dev tar util-linux xz-utils zstd
asciidoc binutils-dev bison build-essential flex libncurses5-dev ncurses-dev \
libelf-dev libssl-dev pahole tar util-linux xz-utils zstd
echo "-----------------------------------------------------------------------"
# other packages...