Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Fix antibody install on Linux URL #306

Merged
merged 1 commit into from
Jan 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antibody/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if which brew >/dev/null 2>&1; then
brew tap -q getantibody/homebrew-antibody
brew install antibody
else
curl -sL https://git.io/vwMNi | sh -s
curl -sL https://git.io/antibody | sh -s
fi

antibody bundle < "$DOTFILES/antibody/bundles.txt" > ~/.bundles.txt
Expand Down