From 289dcdde3a7508e18917b2c15bbaaedc1cd9e337 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sun, 6 Oct 2024 20:48:24 -0500 Subject: [PATCH] Removed the phrasing that dnf was found but dnf5 is being used instead. F41 beta seems to have deprecated dnf3 and has a symplink of dnf5 to dnf. --- osupdater/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/osupdater/src/main.rs b/osupdater/src/main.rs index 2f5281c..8773bc6 100644 --- a/osupdater/src/main.rs +++ b/osupdater/src/main.rs @@ -81,7 +81,6 @@ fn update_dnf() { let path_dnf5 = Path::new(&dnf5_bin); if path_dnf5.exists() { - cprintln!("osupdater: dnf found but skipped since dnf5 is present"); cprintln!("osupdater: Updating via dnf5"); let mut cmd = Command::new(&sudo_bin)