Update Installer.php

pull/6254/head
Shlee 2 weeks ago committed by GitHub
parent 39d9832aef
commit f64d37a54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,6 +23,7 @@ class Installer extends Command
protected $description = 'CLI Installer';
public $installType = 'Simple';
public $continue;
/**
* Create a new command instance.
@ -170,7 +171,7 @@ class Installer extends Command
$ffmpeg = exec('which ffmpeg');
if (empty($ffmpeg)) {
$this->error("- \"{$ext}\" FFmpeg not found, aborting installation");
$this->error('- FFmpeg not found, aborting installation');
exit;
} else {
$this->info('- Found FFmpeg!');

Loading…
Cancel
Save