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; use std::process::Command;
pub fn install(pkgs: Vec<&str>) { pub fn install(pkgs: Vec<&str>) {
Command::new("pacstrap") Command::new("crystalstrap")
.arg("/mnt") .arg("/mnt")
.args(pkgs) .args(pkgs)
.output() .output()

Loading…
Cancel
Save