7 lines
273 B
YAML
7 lines
273 B
YAML
- shell:
|
|
- [arch/yay_installer, Installing yay]
|
|
-
|
|
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S `cat arch/base.deps | grep -v '#'`"
|
|
description: "Installing base dependancies"
|
|
|