fixed yay install
parent
f788f4295f
commit
0b04d3b4dc
@ -1,6 +1,6 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [arch/yay_installer, Installing yay]
|
- [arch/yay_installer, Installing yay]
|
||||||
-
|
-
|
||||||
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownloadmenu --noredownload --norebuild --useask --needed -S `cat arch/base.deps | grep -v '#'",
|
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S `cat arch/base.deps | grep -v '#'`"
|
||||||
description: "Installing base dependancies"
|
description: "Installing base dependancies"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- shell:
|
- shell:
|
||||||
-
|
-
|
||||||
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownloadmenu --noredownload --norebuild --useask --needed -S picom",
|
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S picom"
|
||||||
description: "Installing picom"
|
description: "Installing picom"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
- shell:
|
- shell:
|
||||||
-
|
-
|
||||||
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownloadmenu --noredownload --norebuild --useask --needed -S polybar",
|
command: "yay --sudoloop --nodiffmenu --noeditmenu --noupgrademenu --nocleanmenu --noredownload --norebuild --useask --needed -S polybar"
|
||||||
description: "Installing polybar"
|
description: "Installing polybar"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue