From 3884b9fb27b19581ca14b5522297e78387ac7c66 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 23 May 2022 09:58:58 +0300 Subject: [PATCH] deb-update.bash: add note to self on flatpak --no-static-deltas --- bash/deb-update.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 9097033..4d62f52 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -57,6 +57,7 @@ if hash flatpak 2>/dev/null; then flatpak update --assumeyes # Note to self 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 \ --no-static-deltas' # Flatpak's version of `apt autoremove` flatpak uninstall --unused --assumeyes fi