mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-23 03:39:23 +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
|
if hash flatpak 2>/dev/null; then
|
||||||
# Flatpak apps are sandboxed and should be safe to update automatically
|
# 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's version of `apt autoremove`
|
||||||
flatpak uninstall --unused --assumeyes
|
flatpak uninstall --unused --assumeyes
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user