Skip to content

Instantly share code, notes, and snippets.

@cdtweb
Created December 6, 2017 02:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdtweb/0f2e8df3858a3ab0c4c9fa3d132a36e6 to your computer and use it in GitHub Desktop.
Save cdtweb/0f2e8df3858a3ab0c4c9fa3d132a36e6 to your computer and use it in GitHub Desktop.
Install minergate-cli on Ubuntu
#!/bin/bash
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment