Skip to content

Commit 5b4e4da

Browse files
committed
Fix: virtualbox not pulling virtualbox-qt
1 parent 02f58b2 commit 5b4e4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ impl Component for ContainersModel {
300300
}
301301

302302
if self.enable_virtualbox {
303-
commands.push("sudo apt-get install -y virtualbox");
303+
commands.push("sudo apt-get install -y virtualbox-qt");
304304
}
305305

306306
COMMANDS.write_inner().insert("containers", commands);

0 commit comments

Comments
 (0)