From 46a282df6590c5bc4e2b4cbd31da8e694ebdd220 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 13 Sep 2020 08:55:19 +0300 Subject: [PATCH] deb-update.bash: interactivity for progress bar --- bash/deb-update.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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