From 11bb24ffe07ec09fa148a564afc71aedc46b0634 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:38:25 -0700 Subject: [PATCH] Update .local/bin/update-package-list --- dot_local/bin/executable_update-package-list.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_local/bin/executable_update-package-list.tmpl b/dot_local/bin/executable_update-package-list.tmpl index e05e029..ed5e12b 100644 --- a/dot_local/bin/executable_update-package-list.tmpl +++ b/dot_local/bin/executable_update-package-list.tmpl @@ -1,5 +1,3 @@ -{{- if eq .osid "linux-arch" }} #!/usr/bin/env fish yay -Qeq >{{ joinPath .chezmoi.sourceDir "dot_config/packages" .chezmoi.hostname }} -{{- end -}}