From 89b79575562b5538340c41ebcf16fc7ff72c0971 Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 13 Feb 2014 22:35:23 -0500 Subject: [PATCH] No more init.sh --- init.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 init.sh diff --git a/init.sh b/init.sh deleted file mode 100755 index 2106f64ae8..0000000000 --- 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 -