summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-08-13 00:18:06 +0200
committerjomo <github@jomo.tv>2015-08-13 00:18:06 +0200
commit6d7bd233da6c2bd36b1047f1faa95e92e941ae54 (patch)
tree49872363ec26442424682df519e3434f44112e54 /setup.sh
parentae02f14c4b51a40fd4e0dbb4e8fa1b25b3cfa6d9 (diff)
install python dependencies on setup
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 89d4a68..3232ec7 100755
--- a/setup.sh
+++ b/setup.sh
@@ -75,6 +75,9 @@ mv -v "LogBlockQuestioner.jar" "logblockquestioner.jar."
echo -e "\n> Pulling redstoner-utils ..."
git clone -q "git@github.com:RedstonerServer/redstoner-utils.git" "redstoner-utils.py.dir" > /dev/null
+echo -e "\n> Installing dependencies"
+pip install passlib
+
echo -e "\n> All plugins downloaded"
cd "redstoner-utils.py.dir"