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