build: assume yes to questions when updating flatpak runtimes.

This commit is contained in:
Jehan 2018-09-13 18:16:53 +02:00
parent 573d817539
commit a654ecbd70
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ BUILDBASE="$BUILDDIR/$date/"
ARTIFACTDIR="$BUILDBASE/artifacts"
BUILDDIR="$BUILDBASE/build/"
flatpak update --user
flatpak update --user --assumeyes
# Jump to the source directory.
# We assume readlink existence.