Skip to content

Instantly share code, notes, and snippets.

@fatihyildizhan
Created November 29, 2018 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatihyildizhan/a63607f6b9b2895993b6d5dd607cd7e7 to your computer and use it in GitHub Desktop.
Save fatihyildizhan/a63607f6b9b2895993b6d5dd607cd7e7 to your computer and use it in GitHub Desktop.
#!/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