diff --git a/seqs/mayan-edms.sh b/seqs/mayan-edms.sh index 64616dd..6f14b0d 100755 --- a/seqs/mayan-edms.sh +++ b/seqs/mayan-edms.sh @@ -1,7 +1,7 @@ #!/bin/bash toolName="Mayan EDMS" -toolVersion="3.4.11" +toolVersion="3.5.5" toolRoot="/opt/mayan-edms" toolMediaFolder="/opt/mayan-edms/media" @@ -98,6 +98,7 @@ step_10_info() { step_10_alias() { ALIAS="upgrade"; } step_10() { shift # don't need the step number + step upgradepip 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" endReturn -o $?