From b5dde1075e462b1c32c244c9b64a0e6b2180a0d6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jul 2024 07:22:59 +0300 Subject: [PATCH] deb-update.bash: pkcon install anyway since I keep seeing the prompt on Plasma --- bash/deb-update.bash | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 8fde515..fa62a75 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -97,10 +97,9 @@ fi # ./deb-update.bash && poweroff if hash pkcon 2> /dev/null; then - # So PackageKit using KDE Plasma and possibly GNOME stop alerting about - # already installed updates. It has backends for all other package managers, - # so it needs to be after them. - pkcon refresh force + # KDE Plasma uses PackageKit for the update indicator + pkcon refresh --noninteractive --plain --verbose + pkcon update --noninteractive --plain --verbose fi if hash apt-file 2> /dev/null; then