summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.sh b/init.sh
index 671f61fd..2106f64a 100755
--- a/init.sh
+++ b/init.sh
@@ -4,14 +4,14 @@
git clone git://github.com/bentley/rgbds.git && \
cd rgbds && \
make && \
-sudo mkdir -p /usr/local/man/man{1,7} && \
-sudo make install && \
+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 && \
-sudo easy_install pip && \
-sudo pip install -r extras/requirements.txt
+easy_install pip && \
+pip install -r extras/requirements.txt