From 0a6b2dfaaa8e8d5f368806852c22206075b543f6 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:11:09 -0700 Subject: [PATCH] Update .chezmoiscripts/00-aur.sh Update .chezmoiscripts/00-chaotic-aur.sh --- .chezmoiscripts/run_once_before_00-aur.sh.tmpl | 2 +- .chezmoiscripts/run_once_before_00-chaotic-aur.sh.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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