Make flatpak installation non-interactive

This commit is contained in:
Manuel Thalmann 2024-02-08 17:25:13 +01:00
parent cead4e521a
commit 9b0d2f31eb

View file

@ -212,6 +212,6 @@ yay --noconfirm -Syu \
propertree-git \
;
flatpak install flathub com.usebottles.bottles;
flatpak install -y flathub com.usebottles.bottles;
popd > /dev/null;