Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-08-20 13:17:37 +02:00 committed by GitHub
parent 8befa4aeec
commit dc97d0ca71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,6 +409,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
}