Fix(dotfiles): Put real antibody install url
This commit is contained in:
parent
a9f7daa4f0
commit
6469439026
@ -38,7 +38,7 @@
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Download antibody
|
||||
get_url: url=git.io/antibody dest=/tmp/antibody.sh
|
||||
get_url: url=https://raw.githubusercontent.com/getantibody/installer/master/install dest=/tmp/antibody.sh
|
||||
|
||||
- name: Execute the antibody.sh
|
||||
shell: /tmp/antibody.sh
|
||||
|
Loading…
Reference in New Issue
Block a user