Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 430 Bytes

Ganjacoin VPS Daemon Auto Updater

  1. Open VPS via terminal
  2. check to see if you have a deploy.sh file type " ls "
  3. if there is a deploy.sh file run " rm -r deploy.sh ". If there is no deploy.sh file run next step
  4. Copy the following text and paste it at the terminal prompt & press enter:
wget https://raw.githubusercontent.com/legends420/GC-DAEMON-UPDATER/master/deploy.sh && chmod +x deploy.sh && ./deploy.sh