Add tor as a linux dependency

This commit is contained in:
Micah Lee 2017-04-13 23:21:43 -07:00
parent 0415b8112f
commit fa8b313336
3 changed files with 4 additions and 5 deletions

View file

@ -9,7 +9,7 @@ VERSION=`cat share/version.txt`
rm -r build dist >/dev/null 2>&1
# build binary package
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python"
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python, tor"
# install it
echo ""