committed by
GitHub
parent
7783fc77ba
commit
2e0275b816
463
Cargo.lock
generated
463
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -156,7 +156,7 @@ fn upgrade_arch_linux(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
};
|
};
|
||||||
debug!("Running Arch update with path: {:?}", path);
|
debug!("Running Arch update with path: {:?}", path);
|
||||||
|
|
||||||
if let Some(yay) = which("yay") {
|
if let Some(yay) = which("yay").or_else(|| which("paru")) {
|
||||||
run_type
|
run_type
|
||||||
.execute(&yay)
|
.execute(&yay)
|
||||||
.arg("-Pw")
|
.arg("-Pw")
|
||||||
|
|||||||
Reference in New Issue
Block a user