diff --git a/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl index 6d159f0..9159d50 100644 --- a/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl @@ -9,7 +9,7 @@ {{- $aptInstall := .packages.linux.debian.apt -}} {{- if eq .chezmoi.osRelease.versionCodename "trixie" -}} {{- $aptInstall = concat .packages.linux.debian.apt .packages.linux.debian.apt_13 -}} -{{ else if and (eq .chezmoi.osRelease.id "debian") (hasKey .chezmoi.osRelease "versionID") (le .chezmoi.osRelease.versionID 12) }} +{{ else if and (eq .chezmoi.osRelease.id "debian") (hasKey .chezmoi.osRelease "versionID") (le .chezmoi.osRelease.versionID "12") }} {{- $aptInstall = concat .packages.linux.debian.apt .packages.linux.debian.apt_12 -}} {{- end -}} apt_packages=( {{ $aptInstall | quoteList | join " " }} )