From a3e576ed491a6845fc45a109c9d2efa0f0752774 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 18 May 2022 16:44:09 +0200 Subject: [PATCH] fix: [installer] remove old tor install --- installing_deps.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index 977ed642..24a3b7b1 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -14,9 +14,6 @@ sudo apt-get install python3-pip virtualenv python3-dev python3-tk libfreetype6- #Needed for downloading jemalloc sudo apt-get install wget -qq -#optional tor install -sudo apt-get install tor -qq - #Needed for bloom filters sudo apt-get install libssl-dev libfreetype6-dev python3-numpy -qq