mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +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 update --assumeyes
|
||||
# Flatpak's version of `apt autoremove`, I cannot remember it ever removing
|
||||
# anything necessary
|
||||
flatpak uninstall --unused --assumeyes
|
||||
# Flatpak's version of `apt autoremove`
|
||||
flatpak uninstall --unused
|
||||
|
||||
# Snap packages auto-update anyway though, but I like checking them while
|
||||
# doing everything else too
|
||||
|
Loading…
Reference in New Issue
Block a user