Update .chezmoiscripts/00-aur.sh

This commit is contained in:
punkfairie 2024-04-20 13:53:23 -07:00
parent a6a6aca827
commit b042b5d03e
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -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 #!/usr/bin/env bash
sudo pacman -S --needed git base-devel sudo pacman -S --needed git base-devel