Setup a Banano Node on Ubuntu 16.04
- Add GPG keys
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- Add Docker repo
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- Update your APT package manager
sudo apt-get update
- Install Docker
sudo apt-get install -y docker-ce
- Enter the following command to start the setup:
bash <(curl -s https://raw.githubusercontent.com/BananoTools/easy-banano-node/master/install.sh)