fix: [installer] remove old tor install

This commit is contained in:
Terrtia 2022-05-18 16:44:09 +02:00
parent 34ec48e58a
commit a3e576ed49
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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