Fix install packages by yay
This commit is contained in:
parent
93ff4a4aa5
commit
462d82d1cf
@ -53,9 +53,7 @@
|
|||||||
- name: install terminal packages [AUR]
|
- name: install terminal packages [AUR]
|
||||||
shell:
|
shell:
|
||||||
cmd:
|
cmd:
|
||||||
yay -S --needed --noconfirm \
|
yay -S --needed --noconfirm epson-inkjet-printer-escpr pm-utils
|
||||||
epson-inkjet-printer-escpr
|
|
||||||
pm-utils
|
|
||||||
|
|
||||||
- name: install gui packages
|
- name: install gui packages
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
- name: install required packages for st [AUR]
|
- name: install required packages for st [AUR]
|
||||||
shell:
|
shell:
|
||||||
cmd:
|
cmd:
|
||||||
yay -S --needed --noconfirm fonts-symbola
|
yay -S --needed --noconfirm ttf-symbola
|
||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
- name: checkout st
|
- name: checkout st
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
- name: install IntelliJ [AUR]
|
- name: install IntelliJ [AUR]
|
||||||
shell:
|
shell:
|
||||||
cmd:
|
cmd:
|
||||||
yay -S --needed --noconfirm \
|
yay -S --needed --noconfirm intellij-idea-ultimate-edition
|
||||||
intellij-idea-ultimate-edition
|
|
||||||
|
Loading…
Reference in New Issue
Block a user