mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
deb-update.bash: interactivity for progress bar
This commit is contained in:
parent
dcc3702b8e
commit
46a282df65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user