Skip to content

Commit

Permalink
Merge pull request holman#265 from caarlos0/antibody-v2
Browse files Browse the repository at this point in the history
--static doesnt exist anymore
  • Loading branch information
caarlos0 authored Aug 20, 2016
2 parents f1549c7 + 0f22c5e commit fa2bfa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions antibody/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ else
curl -sL https://git.io/vwMNi | sh -s
fi

antibody bundle --static < "$ZSH/antibody/bundles.txt" > ~/.bundles.txt
antibody bundle --static sindresorhus/pure >> ~/.bundles.txt
antibody bundle --static < "$ZSH/antibody/last_bundles.txt" >> ~/.bundles.txt
antibody bundle < "$ZSH/antibody/bundles.txt" > ~/.bundles.txt
antibody bundle sindresorhus/pure >> ~/.bundles.txt
antibody bundle < "$ZSH/antibody/last_bundles.txt" >> ~/.bundles.txt

0 comments on commit fa2bfa5

Please sign in to comment.