From 8caf25a01cc998fd303a00855076fe5456d405aa Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Mon, 22 May 2023 19:07:03 +0530 Subject: [PATCH] Fix build --- files/chroot_build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 59f4dc0..7264218 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -135,13 +135,13 @@ apt-get purge -y -qq \ vim \ binutils \ linux-generic \ - linux-headers-5.15.0-30 \ - linux-headers-5.15.0-30-generic \ + linux-headers-5.15.0-72 \ + linux-headers-5.15.0-72-generic \ linux-headers-generic \ - linux-image-5.15.0-30-generic \ + linux-image-5.15.0-72-generic \ linux-image-generic \ - linux-modules-5.15.0-30-generic \ - linux-modules-extra-5.15.0-30-generic + linux-modules-5.15.0-72-generic \ + linux-modules-extra-5.15.0-72-generic apt-get autoremove -y