Skip to content

Instantly share code, notes, and snippets.

@binarycleric
Last active August 29, 2015 14:11
Show Gist options
  • Save binarycleric/19999070fa84f7d5b099 to your computer and use it in GitHub Desktop.
Save binarycleric/19999070fa84f7d5b099 to your computer and use it in GitHub Desktop.
Commotion build via Vagrant

apt-get update apt-get upgrade

apt-get install git zsh

mkdir src cd src

git clone git@github.com:opentechinstitute/commotion-router.git

sudo apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc libxml-parser-perl

cd openwrt git checkout 1.1 ./setup.sh

V=99 make

curl -L http://install.ohmyz.sh | sh sudo chsh -s /bin/zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment