Merge pull request #810 from ethcore/debris-patch-1
install-partiy runs brew reinstall parity on osx
This commit is contained in:
commit
28122a1e89
@ -435,13 +435,8 @@ function run_installer()
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
info "Installing parity"
|
info "Installing parity"
|
||||||
if [[ $isEth == true ]]
|
|
||||||
then
|
|
||||||
brew reinstall parity
|
brew reinstall parity
|
||||||
else
|
|
||||||
brew install parity
|
|
||||||
brew linkapps parity
|
brew linkapps parity
|
||||||
fi
|
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user