replaced brew tap link with https; deb url from main repo

This commit is contained in:
KKudryavtsev 2016-02-04 15:57:26 +00:00
parent 79409a175e
commit f78b82ff07
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
#TODO: replace with the main repo url
PARITY_DEB_URL=https://github.com/jesuscript/scripts/raw/master/parity.deb
PARITY_DEB_URL=https://github.com/ethcore/parity/releases/download/beta-0.9/parity_0.9.0-0_amd64.deb
function run_installer()
{
@ -325,7 +325,7 @@ function run_installer()
osx_dependency_installer
info "Adding ethcore repository"
brew tap ethcore/ethcore git@github.com:ethcore/homebrew-ethcore.git
brew tap ethcore/ethcore https://github.com/ethcore/homebrew-ethcore.git
echo
info "Updating brew"