mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
deb-update.bash: get more information out of PackageKit
This commit is contained in:
parent
42e3c7f3c6
commit
6d29c6f455
@ -98,7 +98,10 @@ fi
|
||||
|
||||
if hash pkcon 2> /dev/null; then
|
||||
# KDE Plasma uses PackageKit for the update indicator
|
||||
pkcon backend-details --noninteractive --plain --verbose
|
||||
pkcon refresh --noninteractive --plain --verbose
|
||||
(pkcon get-updates --noninteractive --plain --verbose &)
|
||||
(pkcon get-distro-upgrades --noninteractive --plain --verbose &)
|
||||
pkcon update --noninteractive --plain --verbose
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user