Disable prompts

This commit is contained in:
Jafner 2021-11-18 16:24:30 -08:00 committed by GitHub
parent b0ca4a6d24
commit 23ce1bfa26

View File

@ -1,4 +1,4 @@
for app in ./.flatpak/* for app in ./.flatpak/*
do do
flatpak install $app flatpak install -y $app
done done