diff options
Diffstat (limited to 'apt.go')
| -rw-r--r-- | apt.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -50,5 +50,7 @@ func aptUpdate() { badExit(err) } - aptInstall("wit-tools") + if found := me.machine.FindInstalledByName("wit-tools"); found == nil { + aptInstall("wit-tools") + } } |
