-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprerequisites
More file actions
9 lines (9 loc) · 816 Bytes
/
prerequisites
File metadata and controls
9 lines (9 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
apt-get update -y && sudo apt-get upgrade -y
DEBIAN_FRONTEND=noninteractive apt-get update
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y -qq upgrade
apt install -y software-properties-common
apt-add-repository -y ppa:bitcoin/bitcoin
apt-get update -y
apt-get install libzmq3-dev -y
apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" make software-properties-common build-essential libtool autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git wget curl bsdmainutils libminiupnpc-dev libgmp3-dev ufw pkg-config libevent-dev libdb5.3++ unzip libzmq5
apt install cargo -y