mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-14 17:47:26 +02:00
deb-update.bash: add rpm-ostree update for KDE Discover awareness?
This commit is contained in:
parent
6a9224d0a6
commit
a785dadd3b
@ -177,6 +177,10 @@ if [[ -f /usr/bin/rpm-ostree && -d /sysroot/ostree ]]; then
|
||||
rpm-ostree status -v
|
||||
sleep 5
|
||||
rpm-ostree upgrade
|
||||
# Reduntant, but KDE Discover uses this undocumented (in man page?)
|
||||
# alias(?) for updating and thus it's required for attaching to existing
|
||||
# process?
|
||||
rpm-ostree update
|
||||
sleep 5
|
||||
rpm-ostree status -v
|
||||
sleep 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user