We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f58b2 commit 5b4e4daCopy full SHA for 5b4e4da
src/containers.rs
@@ -300,7 +300,7 @@ impl Component for ContainersModel {
300
}
301
302
if self.enable_virtualbox {
303
- commands.push("sudo apt-get install -y virtualbox");
+ commands.push("sudo apt-get install -y virtualbox-qt");
304
305
306
COMMANDS.write_inner().insert("containers", commands);
0 commit comments