From: Martin Pitt Date: Sun, 22 Sep 2019 08:30:26 +0000 (+0200) Subject: build-devtoolbox: Avoid interactive image download confirmation X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=d801488bcc51ec358933b9d5b4ec3cc811cf094b;ds=sidebyside build-devtoolbox: Avoid interactive image download confirmation --- diff --git a/build-devtoolbox b/build-devtoolbox index d4cbb3c..3bb60a8 100755 --- a/build-devtoolbox +++ b/build-devtoolbox @@ -10,7 +10,7 @@ else fi toolbox rm --force $NAME || true -toolbox create $RELEASE -c $NAME +yes | toolbox create $RELEASE -c $NAME # install cockpit's build deps and other development tools toolbox run -c "$NAME" sh -exc '