diff options
author | yenatch <yenatch@gmail.com> | 2014-02-13 22:35:23 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-13 22:35:30 -0500 |
commit | 89b79575562b5538340c41ebcf16fc7ff72c0971 (patch) | |
tree | dc3f0d045b3b2e1ccce349bc4bb21fb38bbd380f | |
parent | 43342f1376693c0aefbec565bd9f36ef47484a0e (diff) |
No more init.sh
-rwxr-xr-x | init.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/init.sh b/init.sh deleted file mode 100755 index 2106f64a..00000000 --- a/init.sh +++ /dev/null @@ -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 - |