Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
echo "running update"
sudo apt-get -y update
echo "downloading ark-deployer"
git clone https://github.com/ArkEcosystem/ark-deployer.git
echo "downloading nvm"
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash