diff --git a/Dockerfile b/Dockerfile index 1ea5fc19..667d80c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update && \ apt-get -y install \ imagemagick \ python3-crypto \ - python3-cryptodome \ + python3-pycryptodome \ python3-dateutil \ python3-idna \ python3-requests \ diff --git a/README.md b/README.md index 4e73deb5..2e26fb5e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Or on Debian: sudo apt install -y \ tor python3-socks imagemagick \ python3-numpy python3-setuptools \ - python3-crypto python3-cryptodome \ + python3-crypto python3-pycryptodome \ python3-dateutil python3-pil.imagetk python3-idna python3-requests \ python3-pyld \ diff --git a/deploy/i2p b/deploy/i2p index ce441983..ef5345ab 100755 --- a/deploy/i2p +++ b/deploy/i2p @@ -61,7 +61,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 \ @@ -69,6 +69,11 @@ else nginx git i2pd wget qrencode fi +if [ ! -d /etc/i2pd ]; then + echo 'i2pd was not installed' + exit 5 +fi + echo 'Cloning the epicyon repo' if [ ! -d ${install_destination} ]; then git clone https://gitlab.com/bashrc2/epicyon ${install_destination} diff --git a/gemini/EN/install.gmi b/gemini/EN/install.gmi index b46ff795..682aa45e 100644 --- a/gemini/EN/install.gmi +++ b/gemini/EN/install.gmi @@ -4,7 +4,7 @@ You will need python version 3.7 or later. On a Debian based system: - sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-cryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx + sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx The following instructions install Epicyon to the /opt directory. It's not essential that it be installed there, and it could be in any other preferred directory. diff --git a/website/EN/index.html b/website/EN/index.html index c2c18f86..5a9e38b1 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1264,7 +1264,7 @@

You will need python version 3.7 or later.

On a Debian based system:

-

sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-cryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx

+

sudo apt install -y tor python3-socks imagemagick python3-numpy python3-setuptools python3-crypto python3-pycryptodome python3-dateutil python3-pil.imagetk python3-idna python3-requests python3-flake8 python3-pyld libimage-exiftool-perl certbot nginx