ArchUpdaterService: fix AUR helper detection
This commit is contained in:
parent
ab5b877dc3
commit
9a8046b99f
1 changed files with 2 additions and 2 deletions
|
|
@ -213,8 +213,8 @@ Singleton {
|
|||
|
||||
// Set up a fallback timer in case detection takes too long
|
||||
Qt.callLater(() => {
|
||||
if (cachedAurHelper === "") {
|
||||
// No AUR helper found after reasonable time
|
||||
if (cachedAurHelper === "" && !yayCheckProcess.running && !paruCheckProcess.running) {
|
||||
// No AUR helper found after reasonable time and processes have finished
|
||||
checkFailed = true
|
||||
lastCheckError = "No AUR helper found (yay or paru not installed)"
|
||||
Logger.warn("ArchUpdater", "No AUR helper found (yay or paru)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue