Skip to content

Instantly share code, notes, and snippets.

@mieitza
Last active December 25, 2015 01:29
Show Gist options
  • Save mieitza/0e98c140643b38f199fa to your computer and use it in GitHub Desktop.
Save mieitza/0e98c140643b38f199fa to your computer and use it in GitHub Desktop.
Disco Disco
#!/bin/bash -x
echo "The minions are working so you can Disco!!!!"
sudo apt-get -y install vim tmux build-essential debhelper python-dev python3 erlang git libcmph-dev
mkdir /opt/00Software
cd /opt/00Software
mkdir src
git clone git://github.com/discoproject/disco.git src/disco
cd src/disco
git checkout 0.4.5
sh ./make-discoproject-debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment