From 6cc0b7bb4c10c79219ec2c11798a1f168a0c2c59 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 11 Oct 2024 18:48:54 -0300 Subject: [PATCH] Install Linux HWE on Ubuntu 22.04 --- .../.chezmoiscripts/run_after_10-install-apt-packages.sh.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root/.chezmoiscripts/run_after_10-install-apt-packages.sh.tmpl b/root/.chezmoiscripts/run_after_10-install-apt-packages.sh.tmpl index 7526509..2a9ebd1 100644 --- a/root/.chezmoiscripts/run_after_10-install-apt-packages.sh.tmpl +++ b/root/.chezmoiscripts/run_after_10-install-apt-packages.sh.tmpl @@ -52,7 +52,9 @@ readonly wanted_packages=( # {{ if .is_wsl }} wslu # {{ else }} - # {{ if eq .chezmoi.osRelease.versionCodename "focal" }} + # {{ if eq .chezmoi.osRelease.versionCodename "jammy" }} + linux-generic-hwe-22.04 + # {{ else if eq .chezmoi.osRelease.versionCodename "focal" }} linux-generic-hwe-20.04 # {{ end }} # {{ end }}