create parity in home
This commit is contained in:
parent
1ff5645108
commit
51cd06b69f
@ -190,8 +190,8 @@ function run_installer()
|
|||||||
function build_parity()
|
function build_parity()
|
||||||
{
|
{
|
||||||
info "Downloading Parity..."
|
info "Downloading Parity..."
|
||||||
git clone git@github.com:ethcore/parity
|
git clone git@github.com:ethcore/parity $HOME/parity
|
||||||
cd parity
|
cd $HOME/parity
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user