Update .chezmoiscripts/00-aur.sh

Update .chezmoiscripts/00-chaotic-aur.sh
This commit is contained in:
punkfairie 2024-04-21 10:11:09 -07:00
parent 78a3b5e4e3
commit 0a6b2dfaaa
No known key found for this signature in database
GPG key ID: 284B78B49C058673
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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