diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index d52027d..9921a34 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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