pokered/init.sh
yenatch 283e4c1cee Don't use sudo in init.sh
Besides being bad practice, permissions are handled differently cross-platform (cygwin).
2014-01-22 11:36:07 -05:00

17 lines
327 B
Bash
Executable file

#!/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