Up.
This commit is contained in:
parent
65552b0dc4
commit
9745681080
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user