From dc97d0ca71718966448cb13a3f5fc1ccc4822011 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 20 Aug 2024 13:17:37 +0200 Subject: [PATCH] Update UPDATE.sh --- version/0.2.5/UPDATE.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/version/0.2.5/UPDATE.sh b/version/0.2.5/UPDATE.sh index 18eb5fde..162f0d26 100644 --- a/version/0.2.5/UPDATE.sh +++ b/version/0.2.5/UPDATE.sh @@ -408,6 +408,14 @@ download_new_admin() { # need for csf chmod +x ${OPENADMIN_DIR}modules/security/csf.pl + + # temp fix for 0.2.5 + if [ -f /etc/debian_version ]; then + pip3 install --force-reinstall zope.event --break-system-packages + else + pip3 install --force-reinstall zope.event + fi + service admin restart }