Skip to content

Commit

Permalink
Remove disputed bz2 check
Browse files Browse the repository at this point in the history
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
  • Loading branch information
J0WI committed Jan 15, 2024
1 parent c7ada65 commit 7801d3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/settings/lib/SetupChecks/PhpModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ class PhpModules implements ISetupCheck {
'zlib',
];
protected const RECOMMENDED_MODULES = [
'intl',
'sysvsem',
'exif',
'intl',
'sodium',
'bz2',
'sysvsem',
];

public function __construct(
Expand Down

0 comments on commit 7801d3b

Please sign in to comment.