1
0
This commit is contained in:
Jeff Lance 2024-03-01 11:27:56 +01:00
parent 65552b0dc4
commit 9745681080

View File

@ -36,7 +36,7 @@ packages=(
{{- end}} {{- end}}
## Install yay ## Install yay
if [ ! exist "yay" ]; then if [ ! $(command -v yay) ]; then
log "installing yay" log "installing yay"
{{- if ne .chezmoi.username "root" }} {{- if ne .chezmoi.username "root" }}
sudo pacman -S --needed --noconfirm git base-devel sudo pacman -S --needed --noconfirm git base-devel