mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
deb-update.bash: pkcon install anyway since I keep seeing the prompt on Plasma
This commit is contained in:
parent
7a3962d121
commit
b5dde1075e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user