Last active
August 29, 2015 14:06
-
-
Save nickodell/9a6f556861a953e5d6b2 to your computer and use it in GitHub Desktop.
Conf VPS
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
#!/bin/sh | |
# Run using | |
# wget -O - https://gist.githubusercontent.com/nickodell/9a6f556861a953e5d6b2/raw/setup.sh | sh | |
apt-get update | |
apt-get install -y mosh screen | |
git clone https://github.com/nickodell/build_bitcoin.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment