mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Remove disputed bz2 check
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
012d1c911f
commit
1cb7ccfb45
1 changed files with 2 additions and 3 deletions
|
|
@ -49,11 +49,10 @@ class PhpModules implements ISetupCheck {
|
|||
'zlib',
|
||||
];
|
||||
protected const RECOMMENDED_MODULES = [
|
||||
'intl',
|
||||
'sysvsem',
|
||||
'exif',
|
||||
'intl',
|
||||
'sodium',
|
||||
'bz2',
|
||||
'sysvsem',
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue