mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
test build spc
This commit is contained in:
parent
b9359759dd
commit
097ecd3fb0
@ -57,7 +57,7 @@ class BSDToolCheckList
|
|||||||
$prefix = '';
|
$prefix = '';
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
shell(true)->exec("ASSUME_ALWAYS_YES=yes {$prefix} pkg install -y " . implode(' ', $missing));
|
shell(true)->exec("ASSUME_ALWAYS_YES=yes {$prefix}pkg install -y " . implode(' ', $missing));
|
||||||
} catch (RuntimeException) {
|
} catch (RuntimeException) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user