deb-update.bash: add a note-to-self echo on flatpak repair

This commit is contained in:
Aminda Suomalainen 2021-03-10 11:23:01 +02:00
parent 1806a4a40a
commit 339a7e585f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 2 additions and 0 deletions

View File

@ -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