install-partiy runs brew reinstall parity on osx

This commit is contained in:
Marek Kotewicz 2016-03-24 22:22:04 +01:00
parent 01a39e4f4e
commit ee337471c2

View File

@ -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
}