mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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',
|
'php',
|
||||||
# Optional, for performance
|
# Optional, for performance
|
||||||
'php-imagick',
|
'php-imagick',
|
||||||
# Optional, to upload plugins/themes using SSH connection
|
|
||||||
'php-ssh2',
|
|
||||||
# Optional, for performance
|
# Optional, for performance
|
||||||
'php-zip',
|
'php-zip',
|
||||||
# WordPress only supports MySQL/MariaDB as DB
|
# WordPress only supports MySQL/MariaDB as DB
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user