Skip to content

Instantly share code, notes, and snippets.

@f2face
Created October 5, 2017 21:23
Show Gist options
  • Save f2face/3c06f64611765c8b7e00caac8b87adda to your computer and use it in GitHub Desktop.
Save f2face/3c06f64611765c8b7e00caac8b87adda to your computer and use it in GitHub Desktop.
Installing Minergate CLI on Ubuntu x64.
#!/bin/bash
sudo apt-get update && wget https://minergate.com/download/deb-cli && sudo dpkg -i deb-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment