Replace pkexec with terminal output (with TERMINAL environment var)

ArchUpdater:use terminal thanks to `TERMINAL` environment variable
README: Add explanation for said environment var
This commit is contained in:
Ly-sec 2025-08-30 03:57:59 +02:00
parent 6af915983c
commit cdfed0fe94
3 changed files with 573 additions and 122 deletions

View file

@ -64,6 +64,5 @@ NIconButton {
PanelService.getPanel("archUpdaterPanel").toggle(screen, this)
ArchUpdaterService.doPoll()
ArchUpdaterService.doAurPoll()
}
}
}