i am dumb

axtloss/rework-partitioning
amy 3 years ago
parent c123560b07
commit 28d868e2cd

@ -191,7 +191,7 @@ fn main() {
}
} else if app.subcommand_matches("install-base").is_some() {
base::install_base_packages();
} else if app.subcommand_matches("install-base").is_some() {
} else if app.subcommand_matches("genfstab").is_some() {
base::genfstab();
} else {
println!("Running TUI installer");

Loading…
Cancel
Save