mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-11 07:44:47 +13:00
Merge branch 'master' of https://github.com/yenatch/pokered
This commit is contained in:
commit
23856089f9
2
extras
2
extras
|
|
@ -1 +1 @@
|
||||||
Subproject commit f35bb2c5cc390ec0008cede2721104592dbcb29d
|
Subproject commit b0fa67a51191a9ddc2a4ce548ade0243b6be554c
|
||||||
3
init.sh
3
init.sh
|
|
@ -4,6 +4,7 @@
|
||||||
git clone git://github.com/bentley/rgbds.git && \
|
git clone git://github.com/bentley/rgbds.git && \
|
||||||
cd rgbds && \
|
cd rgbds && \
|
||||||
make && \
|
make && \
|
||||||
|
sudo mkdir -p /usr/local/man/man{1,7} && \
|
||||||
sudo make install && \
|
sudo make install && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -rf rgbds
|
rm -rf rgbds
|
||||||
|
|
@ -12,5 +13,5 @@ rm -rf rgbds
|
||||||
git submodule init && \
|
git submodule init && \
|
||||||
git submodule update && \
|
git submodule update && \
|
||||||
sudo easy_install pip && \
|
sudo easy_install pip && \
|
||||||
pip install -r extras/requirements.txt
|
sudo pip install -r extras/requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue