# One-shot install for Ubuntu HWE 6.17 kernel build (run with sudo after apt update).
# Observed failures without these: gawk (debian/rules), debhelper/dh_testdir,
# libelf-dev (gelf.h for tools/objtool during make modules_prepare).
sudo apt-get update
sudo apt-get build-dep -y linux-hwe-6.17
sudo apt-get install -y fakeroot build-essential libncurses-dev libssl-dev ccache \
  gawk debhelper libelf-dev
