cloud init script for geth hosting azure vm

Donghun Seol·2023년 1월 31일
0

apt update -y && apt install -y software-properties-common
add-apt-repository ppa:ethereum/ethereum
apt-get install vim -y
apt update -y && apt install geth
apt-get install git -y
cd ~
git clone https://github.com/ethereum/go-ethereum
apt-get install -y build-essential golang

profile
I'm going from failure to failure without losing enthusiasm

0개의 댓글