Created
December 8, 2015 10:43
-
-
Save clonedagain/d5fdf8dbe42a4fc35f86 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 | |
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