mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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 <contact@nbenedek.me> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
e99d42fcc0
commit
eeca9c05ba
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user