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
|
rpm-ostree upgrade
|
||||||
distrobox upgrade --all
|
distrobox upgrade --all
|
||||||
rustup update
|
rustup update
|
||||||
flatpak update
|
flatpak update -y
|
||||||
}
|
}
|
||||||
|
|
||||||
__prompt() {
|
__prompt() {
|
||||||
|
|
Loading…
Reference in a new issue