deb-update.bash: interactivity for progress bar

This commit is contained in:
Aminda Suomalainen 2020-09-13 08:55:19 +03:00
parent dcc3702b8e
commit 46a282df65
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 1 additions and 1 deletions

View File

@ -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