Fix installing IntelliJ
This commit is contained in:
parent
0f225e0d69
commit
136cbbc9df
@ -10,10 +10,11 @@
|
||||
yay -Sw --needed intellij-idea-ultimate-edition
|
||||
|
||||
- name: "[Arch] Install IntelliJ"
|
||||
become: yes
|
||||
shell:
|
||||
chdir: "{{ ansible_user_dir }}/.cache/yay/intellij-idea-ultimate-edition"
|
||||
cmd:
|
||||
makepkg -i
|
||||
makepkg -i --noconfirm
|
||||
|
||||
- name: "[Arch] Create symbolic link"
|
||||
become: yes
|
||||
|
Loading…
Reference in New Issue
Block a user