Fix installing IntelliJ

This commit is contained in:
Przemek Grondek 2024-05-10 21:44:12 +02:00
parent 136cbbc9df
commit 65aec1ed8b

View File

@ -7,7 +7,7 @@
- name: "[Arch] Build pkgs IntelliJ" - name: "[Arch] Build pkgs IntelliJ"
shell: shell:
cmd: cmd:
yay -Sw --needed intellij-idea-ultimate-edition yay -Sw --needed --noconfirm intellij-idea-ultimate-edition
- name: "[Arch] Install IntelliJ" - name: "[Arch] Install IntelliJ"
become: yes become: yes