mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
No more init.sh
This commit is contained in:
parent
43342f1376
commit
89b7957556
17
init.sh
17
init.sh
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue