mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
deb-update.bash: add note to self on flatpak --no-static-deltas
This commit is contained in:
parent
1856199d97
commit
3884b9fb27
@ -57,6 +57,7 @@ if hash flatpak 2>/dev/null; then
|
|||||||
flatpak update --assumeyes
|
flatpak update --assumeyes
|
||||||
# Note to self
|
# Note to self
|
||||||
echo '!!! In case of weird errors e.g. while trying to checkout, try running: flatpak repair'
|
echo '!!! In case of weird errors e.g. while trying to checkout, try running: flatpak repair'
|
||||||
|
echo ' 404 is not a weird error, try flatpak \<subcommand\> --no-static-deltas'
|
||||||
# Flatpak's version of `apt autoremove`
|
# Flatpak's version of `apt autoremove`
|
||||||
flatpak uninstall --unused --assumeyes
|
flatpak uninstall --unused --assumeyes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user