Make flatpak installation non-interactive

This commit is contained in:
Manuel Thalmann 2024-02-08 17:25:13 +01:00
parent cee0b1c016
commit ed7dc181c0

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;