fix(bash): add assume-yes to flatpak update
This commit is contained in:
parent
a14bf0497c
commit
9ec962a156
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ update() {
|
|||
rpm-ostree upgrade
|
||||
distrobox upgrade --all
|
||||
rustup update
|
||||
flatpak update
|
||||
flatpak update -y
|
||||
}
|
||||
|
||||
__prompt() {
|
||||
|
|
Loading…
Reference in a new issue