Bump mayan version to 3.5.5

This commit is contained in:
2021-03-13 22:03:23 +01:00
parent c18be0b7ad
commit 07828f0d6f

View File

@@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
toolName="Mayan EDMS" toolName="Mayan EDMS"
toolVersion="3.4.11" toolVersion="3.5.5"
toolRoot="/opt/mayan-edms" toolRoot="/opt/mayan-edms"
toolMediaFolder="/opt/mayan-edms/media" toolMediaFolder="/opt/mayan-edms/media"
@@ -98,6 +98,7 @@ step_10_info() {
step_10_alias() { ALIAS="upgrade"; } step_10_alias() { ALIAS="upgrade"; }
step_10() { step_10() {
shift # don't need the step number 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 curl -o "$uninstallRemovalsLoc" https://gitlab.com/mayan-edms/mayan-edms/raw/master/removals.txt
exe sudo -u mayan ${toolRoot}/bin/pip uninstall -r "$uninstallRemovalsLoc" exe sudo -u mayan ${toolRoot}/bin/pip uninstall -r "$uninstallRemovalsLoc"
endReturn -o $? endReturn -o $?