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
|
# ./deb-update.bash && poweroff
|
||||||
|
|
||||||
if hash pkcon 2> /dev/null; then
|
if hash pkcon 2> /dev/null; then
|
||||||
# So PackageKit using KDE Plasma and possibly GNOME stop alerting about
|
# KDE Plasma uses PackageKit for the update indicator
|
||||||
# already installed updates. It has backends for all other package managers,
|
pkcon refresh --noninteractive --plain --verbose
|
||||||
# so it needs to be after them.
|
pkcon update --noninteractive --plain --verbose
|
||||||
pkcon refresh force
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if hash apt-file 2> /dev/null; then
|
if hash apt-file 2> /dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user