deb-update.bash: add --noninteractive to flatpak update, comment uninstall

This commit is contained in:
Aminda Suomalainen 2019-09-13 23:31:31 +03:00
parent 05c0e6500b
commit 412fb4e620
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ apt-get -y update
apt-get "$@" upgrade --with-new-pkgs
# Flatpak apps are sandboxed and should be safe to update automatically
flatpak update --assumeyes
flatpak update --assumeyes --noninteractive
# Flatpak's version of `apt autoremove`
flatpak uninstall --unused
#flatpak uninstall --unused
# Snap packages auto-update anyway though, but I like checking them while
# doing everything else too