diff --git a/.chezmoiscripts/run_once_before_00-aur.sh.tmpl b/.chezmoiscripts/run_once_before_00-aur.sh.tmpl index 5687eaf..c24aed6 100644 --- a/.chezmoiscripts/run_once_before_00-aur.sh.tmpl +++ b/.chezmoiscripts/run_once_before_00-aur.sh.tmpl @@ -1,4 +1,4 @@ -{{- if (and (eq .chezmoi.osRelease.id "arch") (not (lookPath "yay"))) -}} +{{- if (and (eq .osid "linux-arch") (not (lookPath "yay"))) -}} #!/usr/bin/env bash sudo pacman -S --needed git base-devel diff --git a/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl b/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl index 5379ba7..62774d4 100644 --- a/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl +++ b/.chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl @@ -1,4 +1,4 @@ -{{ if eq .chezmoi.osRelease.id "arch" -}} +{{ if eq .osid "linux-arch" -}} #!/usr/bin/env bash sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com