diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 1d5af83..b5eaa79 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -21,7 +21,7 @@ fi if hash flatpak 2>/dev/null; then # Flatpak apps are sandboxed and should be safe to update automatically - flatpak update --assumeyes --noninteractive + flatpak update --assumeyes # Flatpak's version of `apt autoremove` flatpak uninstall --unused --assumeyes fi