Created
June 26, 2017 22:49
-
-
Save efreesen/0361756f99e15cd9b409e8c092af967e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
wget "https://minergate.com/download/deb-cli" | |
mv deb-cli minergate-cli.deb | |
dpkg -i minergate-cli.deb | |
rm minergate-cli.deb | |
apt-get install screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment