mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
@@ -17,8 +17,8 @@
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exec('which brew') !== '/usr/local/bin/brew' && ! $inTestingEnvironment) {
|
if (exec('which brew') == '' && ! $inTestingEnvironment) {
|
||||||
echo 'Valet requires Brew to be installed on your Mac.';
|
echo 'Valet requires Homebrew to be installed on your Mac.';
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user