mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-23 03:39:23 +01:00
deb-update/flatpak: spoke too soon
apparently now when I `flatpak update --assumeyes`, org.freedesktop.Platform.GL.default gets updated and immediately afterwards it gets removed as nothing is using it?
This commit is contained in:
parent
be80560c5e
commit
0ac85c1678
@ -15,9 +15,8 @@ apt-get "$@" upgrade --with-new-pkgs
|
|||||||
|
|
||||||
# Flatpak apps are sandboxed and should be safe to update automatically
|
# Flatpak apps are sandboxed and should be safe to update automatically
|
||||||
flatpak update --assumeyes
|
flatpak update --assumeyes
|
||||||
# Flatpak's version of `apt autoremove`, I cannot remember it ever removing
|
# Flatpak's version of `apt autoremove`
|
||||||
# anything necessary
|
flatpak uninstall --unused
|
||||||
flatpak uninstall --unused --assumeyes
|
|
||||||
|
|
||||||
# Snap packages auto-update anyway though, but I like checking them while
|
# Snap packages auto-update anyway though, but I like checking them while
|
||||||
# doing everything else too
|
# doing everything else too
|
||||||
|
Loading…
Reference in New Issue
Block a user