Update .chezmoiscripts/00-aur.sh
This commit is contained in:
parent
a6a6aca827
commit
b042b5d03e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue