|
|
@ -50,7 +50,7 @@ class Installer extends Laravel\Dusk\Console\ChromeDriverCommand |
|
|
|
|
|
|
|
$data = file_put_contents($archive, $response->getBody()); |
|
|
|
|
|
|
|
$binary = $this->extract($version, $archive); |
|
|
|
$binary = $this->extract($archive); |
|
|
|
|
|
|
|
$this->rename($binary, $os); |
|
|
|
|
|
|
|