Make flatpak installation non-interactive
This commit is contained in:
parent
cee0b1c016
commit
ed7dc181c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue