forked from indymedia/epicyon
Debian cryptodome package
parent
f7b9fcead8
commit
b291a74f49
|
@ -4,7 +4,7 @@ RUN apt-get update && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
python3-crypto \
|
python3-crypto \
|
||||||
python3-cryptodome \
|
python3-pycryptodome \
|
||||||
python3-dateutil \
|
python3-dateutil \
|
||||||
python3-idna \
|
python3-idna \
|
||||||
python3-requests \
|
python3-requests \
|
||||||
|
|
|
@ -32,7 +32,7 @@ Or on Debian:
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
tor python3-socks imagemagick \
|
tor python3-socks imagemagick \
|
||||||
python3-numpy python3-setuptools \
|
python3-numpy python3-setuptools \
|
||||||
python3-crypto python3-cryptodome \
|
python3-crypto python3-pycryptodome \
|
||||||
python3-dateutil python3-pil.imagetk
|
python3-dateutil python3-pil.imagetk
|
||||||
python3-idna python3-requests \
|
python3-idna python3-requests \
|
||||||
python3-pyld \
|
python3-pyld \
|
||||||
|
|
|
@ -61,7 +61,7 @@ if [ -f /usr/bin/pacman ]; then
|
||||||
pip3 install pyLD
|
pip3 install pyLD
|
||||||
else
|
else
|
||||||
apt-get update
|
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-dateutil python3-idna python3-requests \
|
||||||
python3-numpy python3-pil.imagetk python3-pip \
|
python3-numpy python3-pil.imagetk python3-pip \
|
||||||
python3-setuptools python3-socks python3-idna \
|
python3-setuptools python3-socks python3-idna \
|
||||||
|
@ -69,6 +69,11 @@ else
|
||||||
nginx git i2pd wget qrencode
|
nginx git i2pd wget qrencode
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! -d /etc/i2pd ]; then
|
||||||
|
echo 'i2pd was not installed'
|
||||||
|
exit 5
|
||||||
|
fi
|
||||||
|
|
||||||
echo 'Cloning the epicyon repo'
|
echo 'Cloning the epicyon repo'
|
||||||
if [ ! -d ${install_destination} ]; then
|
if [ ! -d ${install_destination} ]; then
|
||||||
git clone https://gitlab.com/bashrc2/epicyon ${install_destination}
|
git clone https://gitlab.com/bashrc2/epicyon ${install_destination}
|
||||||
|
|
|
@ -4,7 +4,7 @@ You will need python version 3.7 or later.
|
||||||
|
|
||||||
On a Debian based system:
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -1264,7 +1264,7 @@
|
||||||
<p class="intro">You will need python version 3.7 or later.</p>
|
<p class="intro">You will need python version 3.7 or later.</p>
|
||||||
<p class="intro">On a Debian based system:</p>
|
<p class="intro">On a Debian based system:</p>
|
||||||
<div class="shell">
|
<div class="shell">
|
||||||
<p>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</p>
|
<p>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</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
|
|
Loading…
Reference in New Issue