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