From b1f5a0274f4c3c5aa759bc39a5e6f769d6ab5ea0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 27 Oct 2022 20:49:34 +0200 Subject: [PATCH] Updated Running own apps in standard Docker installation (markdown) --- Running-own-apps-in-standard-Docker-installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Running-own-apps-in-standard-Docker-installation.md b/Running-own-apps-in-standard-Docker-installation.md index 4b1577b..f7190f8 100644 --- a/Running-own-apps-in-standard-Docker-installation.md +++ b/Running-own-apps-in-standard-Docker-installation.md @@ -26,7 +26,9 @@ If you want to test EGroupware 21.1 with PHP 8.1 or run the next EGroupware vers While EGroupware's next version packages will force the deinstallation of the old egroupware-epl-* packages, you can or even have to do that for testing with PHP 8.1 yourself for now: ``` -apt|yum|zypper remove egroupware-epl-* +apt|yum|zypper remove egroupware-epl-\* # <-- you need the backslash before the asterisk! +cd /usr/share/egroupware +rm -rf phpgwapi etemplate sitemgr phpbrain wiki ``` Then you manually have to clone the apps you want or need (no need to do that for all of them!): * Wiki