From e08829ca3870a3a802ac756b9194b1217da30d0f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 21 Jul 2024 17:38:46 +0200 Subject: Move from busybox ash to sh `busybox` is not installed inside the current VM and there is no strict reason to use it. `sh` instead should be present on any targeted system. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index f9d7d13..da2284d 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ func craft(workbench string) { %s `, task) - cmd := exec.Command("busybox", "ash") + cmd := exec.Command("sh") cmd.Dir = workbench cmd.Stdin = bytes.NewBufferString(script) cmd.Stdout = os.Stdout -- cgit v1.2.3-70-g09d2