fixing up installation yet again

i18n
jnats 3 years ago
parent 95a17834d5
commit ade2ff6a0f

@ -18,8 +18,7 @@ pub fn clone(pkg: &str) {
env::set_current_dir(&cachedir); env::set_current_dir(&cachedir);
Command::new("makepkg") Command::new("makepkg")
.arg("-i") .arg("-i")
.spawn() .arg("--noconfirm")
.expect(&error); .spawn();
} }
} }

Loading…
Cancel
Save