From 6ce0ee8eeae47392e956fffd0ed18a587963fdaf Mon Sep 17 00:00:00 2001 From: badstagram Date: Sat, 24 Jan 2026 01:03:39 +0000 Subject: [PATCH] fix(linux): remove idLike --- .chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl b/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl index 235ba40..61beb49 100644 --- a/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl +++ b/.chezmoiscripts/run_onchange_arch-install-packages.sh.tmpl @@ -1,4 +1,4 @@ -{{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.idLike "arch")) -}} +{{ if (and (eq .chezmoi.os "linux") -}} #!/bin/bash _install_pacman_packages() {