From b042b5d03e44dee6c02df589a06bb6aae90f3138 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:53:23 -0700 Subject: [PATCH] Update .chezmoiscripts/00-aur.sh --- .chezmoiscripts/run_once_before_00-aur.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/run_once_before_00-aur.sh.tmpl b/.chezmoiscripts/run_once_before_00-aur.sh.tmpl index d605e62..81c9ff0 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 .chezmoi.osRelease.id "arch") (not (lookPath "yay"))) -}} #!/usr/bin/env bash sudo pacman -S --needed git base-devel