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);
Command::new("makepkg")
.arg("-i")
.spawn()
.expect(&error);
.arg("--noconfirm")
.spawn();
}
}

Loading…
Cancel
Save