diff --git a/scripts/update.sh b/scripts/update.sh index e81d8f1..330f1e3 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -23,6 +23,7 @@ function aptUpdate { function flatpakUpdate { if command -v flatpak &> /dev/null; then echo Updating Flatpak... + flatpak uninstall --unused flatpak update fi }