mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-23 11:12:48 +01:00
deb-update.bash: add a note-to-self echo on flatpak repair
This commit is contained in:
parent
1806a4a40a
commit
339a7e585f
@ -40,6 +40,8 @@ fi
|
||||
if hash flatpak 2>/dev/null; then
|
||||
# Flatpak apps are sandboxed and should be safe to update automatically
|
||||
flatpak update --assumeyes
|
||||
# Note to self
|
||||
echo '!!! In case of weird errors e.g. while trying to checkout, try running: flatpak repair'
|
||||
# Flatpak's version of `apt autoremove`
|
||||
flatpak uninstall --unused --assumeyes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user