Merge pull request #534 from simonsigre/patch-1

Added 'wget' as a dependency
pull/536/head
Alexandre Dulaunoy 2020-12-27 10:26:00 +01:00 committed by GitHub
commit 894e7be3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ sudo apt-get update
sudo apt-get install python3-pip virtualenv python3-dev python3-tk libfreetype6-dev \
screen g++ python-tk unzip libsnappy-dev cmake -qq
#Needed for downloading jemalloc
sudo apt-get install wget -qq
#optional tor install
sudo apt-get install tor -qq