mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
8befa4aeec
commit
dc97d0ca71
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user