1
0
Fork 0

Check for qemu-system-x86_64 not qemu

timestamps
dump_stack() 2018-12-02 03:10:01 +00:00
parent 6188043cef
commit b0d2c99246
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func main() {
"Create directories && download images")
// Check for required commands
for _, cmd := range []string{"timeout", "docker", "qemu"} {
for _, cmd := range []string{"timeout", "docker", "qemu-system-x86_64"} {
_, err := exec.Command("which", cmd).CombinedOutput()
if err != nil {
log.Fatalln("Command not found:", cmd)