Pass --noninteractive to flatpak install

This produces output more suitable for flatpak-builder.

Closes: #254
Approved by: alexlarsson
auto
Matthias Clasen 2019-01-10 20:03:31 -05:00 committed by Atomic Bot
parent 81996ddaed
commit d5d6debdce
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ do_install (BuilderContext *build_context,
g_ptr_array_add (args, g_strdup ("--system"));
g_ptr_array_add (args, g_strdup ("-y"));
g_ptr_array_add (args, g_strdup ("--noninteractive"));
g_ptr_array_add (args, g_strdup ("--reinstall"));
ref = flatpak_build_untyped_ref (id, branch,