From fa1cb61134b60315d9f9ada5c0bd568b0fff8a9c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 19 Jun 2020 20:38:51 +0000 Subject: [PATCH] Debian cryptodome package --- deploy/onion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/onion b/deploy/onion index fa386ea6..3345874f 100755 --- a/deploy/onion +++ b/deploy/onion @@ -42,7 +42,7 @@ if [ -f /usr/bin/pacman ]; then pip3 install pyLD else apt-get update - apt-get -y install imagemagick python3-crypto python3-cryptodome \ + apt-get -y install imagemagick python3-crypto python3-pycryptodome \ python3-dateutil python3-idna python3-requests \ python3-numpy python3-pil.imagetk python3-pip \ python3-setuptools python3-socks python3-idna \