diff --git a/seqs/mayan-edms.sh b/seqs/mayan-edms.sh index 3577469..a05d666 100755 --- a/seqs/mayan-edms.sh +++ b/seqs/mayan-edms.sh @@ -1,7 +1,7 @@ #!/bin/bash toolName="Mayan EDMS" -toolVersion="3.3.3" +toolVersion="3.3.4" toolRoot="/opt/mayan-edms" toolMediaFolder="/opt/mayan-edms/media" @@ -20,7 +20,7 @@ step_1() { step_2_info() { echo "Get $toolName binary dependencies"; } step_2() { - exe apt install exiftool g++ gcc ghostscript gnupg1 graphviz libfuse2 \ + exe apt install libimage-exiftool-perl g++ gcc ghostscript gnupg1 graphviz libfuse2 \ libjpeg-dev libmagic1 libpq-dev libpng-dev libtiff-dev \ poppler-utils postgresql python3-dev python3-venv python3-virtualenv python3-pip redis-server sane-utils supervisor tesseract-ocr tesseract-ocr-deu zlib1g-dev -y @@ -97,7 +97,7 @@ save \"\" databases 2" step_10_info() { echo "Update $toolName"; } -step_10_alias() { ALIAS="update"; } +step_10_alias() { ALIAS="upgrade"; } step_10() { exe curl -o "$uninstallRemovalsLoc" https://gitlab.com/mayan-edms/mayan-edms/raw/master/removals.txt exe sudo -u mayan ${toolRoot}/bin/pip uninstall -r "$uninstallRemovalsLoc"