mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-23 20:03:11 +00:00
pip c'est la vie, mais askip ça plaît pas.
This commit is contained in:
parent
49da8ee0bf
commit
e1f002b09a
1 changed files with 1 additions and 1 deletions
|
@ -237,11 +237,11 @@ install_base=$(dialog --clear \
|
||||||
$HEIGHT $WIDTH \
|
$HEIGHT $WIDTH \
|
||||||
2>&1 >/dev/tty)
|
2>&1 >/dev/tty)
|
||||||
|
|
||||||
|
echo "Installation des paquets de base"
|
||||||
apt-get -y install python3-django python3-dateutil texlive-latex-base texlive-fonts-recommended python3-djangorestframework python3-django-reversion python3-pip libsasl2-dev libldap2-dev libssl-dev python3-crypto
|
apt-get -y install python3-django python3-dateutil texlive-latex-base texlive-fonts-recommended python3-djangorestframework python3-django-reversion python3-pip libsasl2-dev libldap2-dev libssl-dev python3-crypto
|
||||||
pip3 install django-bootstrap3
|
pip3 install django-bootstrap3
|
||||||
pip3 install django-ldapdb
|
pip3 install django-ldapdb
|
||||||
pip3 install django-macaddress
|
pip3 install django-macaddress
|
||||||
pip3 install pycrypto
|
|
||||||
|
|
||||||
if [ $sql_bdd_type == 1 ]
|
if [ $sql_bdd_type == 1 ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue