5 lines
227 B
YAML
5 lines
227 B
YAML
- shell:
|
|
-
|
|
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S `cat arch/i3.deps | grep -v '#'`"
|
|
description: "Installing i3 dependancies"
|