Removed yum support.
This commit is contained in:
parent
819c55365c
commit
6d28b04462
1 changed files with 0 additions and 5 deletions
|
@ -41,11 +41,6 @@ fn main() {
|
||||||
.arg("urpmi").stdout(Stdio::piped()).output().unwrap();
|
.arg("urpmi").stdout(Stdio::piped()).output().unwrap();
|
||||||
let mut urpmi_bin = String::from_utf8(find_urpmi.stdout).unwrap();
|
let mut urpmi_bin = String::from_utf8(find_urpmi.stdout).unwrap();
|
||||||
trim_newline(&mut urpmi_bin);
|
trim_newline(&mut urpmi_bin);
|
||||||
|
|
||||||
let find_yum = Command::new("which")
|
|
||||||
.arg("yum").stdout(Stdio::piped()).output().unwrap();
|
|
||||||
let mut yum_bin = String::from_utf8(find_yum.stdout).unwrap();
|
|
||||||
trim_newline(&mut yum_bin);
|
|
||||||
|
|
||||||
let find_zypper = Command::new("which")
|
let find_zypper = Command::new("which")
|
||||||
.arg("zypper").stdout(Stdio::piped()).output().unwrap();
|
.arg("zypper").stdout(Stdio::piped()).output().unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue