From eeca9c05bae0b166d6f80841ceea92fd96cab35b Mon Sep 17 00:00:00 2001 From: nbenedek Date: Thu, 21 Jul 2022 14:15:37 +0200 Subject: [PATCH] wordpress: Don't install php-ssh2 Additional plugin and theme installation is done with the 'direct filesystem method' as opposed to ssh, so this package is not needed. Signed-off-by: Benedek Nagy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/wordpress/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plinth/modules/wordpress/__init__.py b/plinth/modules/wordpress/__init__.py index 28bae53fd..d636b1caf 100644 --- a/plinth/modules/wordpress/__init__.py +++ b/plinth/modules/wordpress/__init__.py @@ -83,8 +83,6 @@ class WordPressApp(app_module.App): 'php', # Optional, for performance 'php-imagick', - # Optional, to upload plugins/themes using SSH connection - 'php-ssh2', # Optional, for performance 'php-zip', # WordPress only supports MySQL/MariaDB as DB