<?php $this->warn("Your RoadRunner binary version (<fg=red>$version</>) may be incompatible with Octane.");
if ($this->confirm('Should Octane download the latest RoadRunner binary version for your operating system?', true)) {
rename($roadRunnerBinary, "$roadRunnerBinary.backup");
try {
$this->downloadRoadRunnerBinary();