diff .chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl @ 745:10e3f300baea

feat: add excludes for centos machines
author Zeger Van de Vannet <zegervdv@me.com>
date Mon, 19 Dec 2022 08:09:38 +0100
parents 6aabd0b8d766
children 1896bcf3fdb8
line wrap: on
line diff
--- a/.chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl	Fri Jan 06 06:40:51 2023 +0000
+++ b/.chezmoiscripts/run_onchange_after_20-install-asdf-plugins.sh.tmpl	Mon Dec 19 08:09:38 2022 +0100
@@ -1,4 +1,4 @@
-{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
+{{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.osRelease.id "centos")) -}}
 #!/usr/bin/env bash
 
 # asdf globals tools hash: {{ include "dot_tool-versions" | sha256sum }}