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