From 9ec962a156ed36186aa0b8e7ea956fb4fe4d1583 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 15 Dec 2023 12:27:58 +0100 Subject: [PATCH] fix(bash): add assume-yes to flatpak update --- dots/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.bashrc b/dots/.bashrc index b6f162c..fe8970b 100644 --- a/dots/.bashrc +++ b/dots/.bashrc @@ -12,7 +12,7 @@ update() { rpm-ostree upgrade distrobox upgrade --all rustup update - flatpak update + flatpak update -y } __prompt() {