Fix(dotfiles): make antibody.sh executable
This commit is contained in:
parent
84497bd8fb
commit
448a1d742f
@ -38,7 +38,10 @@
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Download antibody
|
||||
get_url: url=https://raw.githubusercontent.com/getantibody/installer/master/install dest=/tmp/antibody.sh
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||
dest: /tmp/antibody.sh
|
||||
mode: 0770
|
||||
|
||||
- name: Execute the antibody.sh
|
||||
shell: /tmp/antibody.sh
|
||||
|
Loading…
Reference in New Issue
Block a user