Created
November 29, 2018 11:36
-
-
Save fatihyildizhan/a63607f6b9b2895993b6d5dd607cd7e7 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
#!/bin/bash | |
mkdir drc && cd drc | |
sudo wget https://github.com/DoctorCoinNGO/drc/releases/download/v1.0.2/linux.zip | |
sudo apt install unzip | |
sudo unzip linux.zip | |
chmod +x drc* | |
mv drc-cli drcd /usr/local/bin | |
cd .. | |
drcd -daemon | |
ls | |
echo "go for it" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment