Skip to content
Snippets Groups Projects
Commit 28122a1e authored by Gav Wood's avatar Gav Wood
Browse files

Merge pull request #810 from ethcore/debris-patch-1

install-partiy runs brew reinstall parity on osx
parents 01a39e4f ee337471
No related merge requests found
......@@ -435,13 +435,8 @@ function run_installer()
echo
info "Installing parity"
if [[ $isEth == true ]]
then
brew reinstall parity
else
brew install parity
brew linkapps parity
fi
brew reinstall parity
brew linkapps parity
echo
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment