mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 22:40:45 +00:00
Update Installer.php
This commit is contained in:
parent
e77400b621
commit
2e0587cef8
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class Installer extends Command
|
||||||
protected function checkOptimiseDependencies()
|
protected function checkOptimiseDependencies()
|
||||||
{
|
{
|
||||||
$this->line(' ');
|
$this->line(' ');
|
||||||
$this->info('Checking for optional FFmpeg dependencies...');
|
$this->info('Checking for optional Media Optimisation dependencies...');
|
||||||
|
|
||||||
$dependencies = [
|
$dependencies = [
|
||||||
'jpegoptim',
|
'jpegoptim',
|
||||||
|
|
Loading…
Reference in a new issue