aboutsummaryrefslogtreecommitdiff
path: root/install/build_rpm.sh
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-01-16 15:29:03 +1100
committerMiguel Jacq <mig@mig5.net>2018-01-16 15:29:03 +1100
commitcc9a08c07dd633d36f7c135ef0eff6d29f2acf60 (patch)
treeb31a89cac7119632194b9cf10f1019807f27a284 /install/build_rpm.sh
parent3f3d1c751d2b81c8f17b1c501cb868ef907dfac6 (diff)
downloadonionshare-cc9a08c07dd633d36f7c135ef0eff6d29f2acf60.tar.gz
onionshare-cc9a08c07dd633d36f7c135ef0eff6d29f2acf60.zip
Add obfs4proxy as a dependency on Debian/Fedora-like distros, for obfs4 bridge support
Diffstat (limited to 'install/build_rpm.sh')
-rwxr-xr-xinstall/build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/build_rpm.sh b/install/build_rpm.sh
index 98cd9c5b..c103262c 100755
--- a/install/build_rpm.sh
+++ b/install/build_rpm.sh
@@ -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 ""