Skip to content

Instantly share code, notes, and snippets.

@clonedagain
Created December 8, 2015 10:43
Show Gist options
  • Save clonedagain/d5fdf8dbe42a4fc35f86 to your computer and use it in GitHub Desktop.
Save clonedagain/d5fdf8dbe42a4fc35f86 to your computer and use it in GitHub Desktop.
#! /bin/bash
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get install boinc-client boinctui virtualbox -y
sudo service boinc-client restart
sleep 60
boinccmd --join_acct_mgr http://bam.boincstats.com 155791_83b32536d236bf6be6c5a6aa75879622 dummy_pwd
boinccmd --set_run_mode always
boinccmd --set_network_mode always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment