use tor hidden service instead of ed25515 as peer id
This commit is contained in:
parent
cc258fb5ee
commit
7c1e5c691a
23 changed files with 1139 additions and 324 deletions
5
install
5
install
|
|
@ -70,6 +70,11 @@ class Install(Thread):
|
|||
except:
|
||||
apt_packages += ' python3-openssl'
|
||||
dnf_packages += ' python3-pyOpenSSL'
|
||||
try:
|
||||
import Crypto
|
||||
except:
|
||||
apt_packages += ' python3-crypto'
|
||||
dnf_packages += ' python3-pyCrypto'
|
||||
|
||||
if not has_bin('pdftocairo'):
|
||||
apt_packages += ' poppler-utils'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue