updated build.sh
This commit is contained in:
parent
56716885b7
commit
707a8fe84d
@ -58,8 +58,8 @@ ln -s ~/opt/cpp-ethereum-build/eth/eth ~/bin/eth
|
|||||||
|
|
||||||
# install cloud-utils to fetch instance meta-data
|
# install cloud-utils to fetch instance meta-data
|
||||||
sudo apt-get -y install cloud-utils
|
sudo apt-get -y install cloud-utils
|
||||||
EC2_INSTANCE_ID=$(ec2metadata --instance-id)
|
export EC2_INSTANCE_ID=$(ec2metadata --instance-id)
|
||||||
ETH_VERSION=$(eth -V)
|
export ETH_VERSION=$(eth -V)
|
||||||
|
|
||||||
# add node service
|
# add node service
|
||||||
cd ~/bin
|
cd ~/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user