Update .chezmoiscripts/00-aur.sh
Update .chezmoiscripts/00-chaotic-aur.sh
This commit is contained in:
parent
78a3b5e4e3
commit
0a6b2dfaaa
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue