From d801488bcc51ec358933b9d5b4ec3cc811cf094b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 22 Sep 2019 10:30:26 +0200 Subject: [PATCH] build-devtoolbox: Avoid interactive image download confirmation --- build-devtoolbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' -- 2.39.2