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