shithub: pokered

Download patch

ref: 89b79575562b5538340c41ebcf16fc7ff72c0971
parent: 43342f1376693c0aefbec565bd9f36ef47484a0e
author: yenatch <yenatch@gmail.com>
date: Thu Feb 13 17:35:23 EST 2014

No more init.sh

--- a/init.sh
+++ /dev/null
@@ -1,17 +1,0 @@
-#!/bin/sh
-
-# install rgbds
-git clone git://github.com/bentley/rgbds.git && \
-cd rgbds && \
-make && \
-mkdir -p /usr/local/man/man{1,7} && \
-make install && \
-cd .. && \
-rm -rf rgbds
-
-# set up the submodule (extras/)
-git submodule init && \
-git submodule update && \
-easy_install pip && \
-pip install -r extras/requirements.txt
-