From fd6c5cee768a05c9f26cd1c1b9329db139dcc29f Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 27 Jan 2018 12:50:11 +0100 Subject: [PATCH] On a besoin de pycrypto. --- install_re2o.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_re2o.sh b/install_re2o.sh index ba470bf4..80cdda74 100755 --- a/install_re2o.sh +++ b/install_re2o.sh @@ -28,6 +28,9 @@ setup_ldap() { install_re2o_server() { +echo "Installation de Re2o ! +Cet utilitaire va procéder à l'installation initiale de re2o. Le serveur présent doit être vierge. +Preconfiguration..." export DEBIAN_FRONTEND=noninteractive @@ -238,6 +241,7 @@ apt-get -y install python3-django python3-dateutil texlive-latex-base texlive-fo pip3 install django-bootstrap3 pip3 install django-ldapdb pip3 install django-macaddress +pip3 install pycrypto if [ $sql_bdd_type == 1 ] then