mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-20 12:34:40 -04:00
Add tor as a linux dependency
This commit is contained in:
parent
0415b8112f
commit
fa8b313336
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