Last active
December 25, 2015 01:29
-
-
Save mieitza/0e98c140643b38f199fa to your computer and use it in GitHub Desktop.
Disco Disco
This file contains hidden or 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 -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