Skip to content

Commit fa2bfa5

Browse files
authored
Merge pull request holman#265 from caarlos0/antibody-v2
--static doesnt exist anymore
2 parents f1549c7 + 0f22c5e commit fa2bfa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

antibody/install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ else
1111
curl -sL https://git.io/vwMNi | sh -s
1212
fi
1313

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

0 commit comments

Comments
 (0)