feat: working bwrap wrapper for sanbox, to be refactored to nested path pased sourcing
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ func newRootCommand() *cobra.Command {
|
||||
}
|
||||
|
||||
func ensureDependencies() error {
|
||||
for _, name := range []string{"script"} {
|
||||
for _, name := range []string{"script", "bwrap", "bash"} {
|
||||
if _, err := exec.LookPath(name); err != nil {
|
||||
return fmt.Errorf("required command %q not found in PATH", name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user