Mayan-EDMS - New dependencies for version 4.2

This commit is contained in:
2022-02-27 12:20:22 +01:00
parent 9e81cd32fe
commit 56765a0884

View File

@@ -1,7 +1,7 @@
#!/bin/bash
toolName="Mayan EDMS"
toolVersion="4.1.4"
toolVersion="4.2.1"
toolRoot="/opt/mayan-edms"
toolMediaFolder="/opt/mayan-edms/media"
@@ -50,7 +50,7 @@ step_1() {
step_2_info() { echo "Get $toolName binary dependencies"; }
step_2() {
exe apt-get install libimage-exiftool-perl g++ gcc coreutils ghostscript gnupg1 \
graphviz libfuse2 libjpeg-dev libmagic1 libpq-dev libpng-dev libtiff-dev \
graphviz libfuse2 libjpeg-dev libmagic1 libpq-dev libpng-dev libtiff-dev libldap2-dev libsasl2-dev \
poppler-utils postgresql python3-dev python3-pip python3-venv python3-virtualenv \
redis-server sane-utils supervisor tesseract-ocr tesseract-ocr-deu zlib1g-dev -y
endReturn -o $? "Binary dependencies installation failed"
@@ -233,5 +233,5 @@ toolScript() {
${toolRoot}/bin/mayan-edms.py $*"
}
VERSION_SEQREV=13
VERSION_SEQREV=15
. /usr/local/bin/sequencer.sh