From c42aeb3943d059da21021e317578092c106b2781 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 9 Apr 2018 14:09:15 +0200 Subject: [PATCH] add optional tor install for onion module --- installing_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index 9d066031..c600f604 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -8,6 +8,9 @@ sudo apt-get update sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \ screen g++ python-tk unzip libsnappy-dev cmake -y +#optional tor install +sudo apt-get install tor + #Needed for bloom filters sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y