No more init.sh

This commit is contained in:
yenatch 2014-02-13 22:35:23 -05:00
parent 43342f1376
commit 89b7957556

17
init.sh
View file

@ -1,17 +0,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