1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

add support for system updates on fedora (#353)

This commit is contained in:
Lukas Krejci
2025-10-09 04:19:40 +02:00
committed by GitHub
parent 3fb5d5c4f3
commit 90bd30e351
2 changed files with 54 additions and 13 deletions

View File

@@ -171,7 +171,7 @@ DankPopout {
return "Failed to check for updates:\n" + SystemUpdateService.errorMessage;
}
if (!SystemUpdateService.helperAvailable) {
return "No package manager found. Please install 'paru' or 'yay' to check for updates.";
return "No package manager found. Please install 'paru' or 'yay' on Arch-based systems to check for updates.";
}
if (SystemUpdateService.isChecking) {
return "Checking for updates...";