mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-10 20:28:46 -04:00
Add tor as a linux dependency
This commit is contained in:
parent
87e969fc4a
commit
e976e360b4
3 changed files with 4 additions and 5 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue