make it use crystalstrap instead of pacstrap

axtloss/rework-partitioning
amy 3 years ago
parent 3dba94d714
commit ccec34b2eb

@ -1,7 +1,7 @@
use std::process::Command;
pub fn install(pkgs: Vec<&str>) {
Command::new("pacstrap")
Command::new("crystalstrap")
.arg("/mnt")
.args(pkgs)
.output()

Loading…
Cancel
Save