test build spc

This commit is contained in:
crazywhalecc 2024-02-19 13:43:58 +08:00
parent b9359759dd
commit 097ecd3fb0

View File

@ -57,7 +57,7 @@ class BSDToolCheckList
$prefix = '';
}
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) {
return false;
}