Add obfs4proxy as a dependency on Debian/Fedora-like distros, for obfs4 bridge support

This commit is contained in:
Miguel Jacq 2018-01-16 15:29:03 +11:00
parent 3f3d1c751d
commit cc9a08c07d
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
3 changed files with 4 additions and 4 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, tor"
python3 setup.py bdist_rpm --requires="python3-flask, python3-stem, python3-qt5, nautilus-python, tor, obfs4"
# install it
echo ""