]> piware.de Git - bin.git/commitdiff
build-devtoolbox: Avoid interactive image download confirmation
authorMartin Pitt <martin@piware.de>
Sun, 22 Sep 2019 08:30:26 +0000 (10:30 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 22 Sep 2019 08:30:26 +0000 (10:30 +0200)
build-devtoolbox

index d4cbb3c8a448eb217ac0787a1073a4e0ce19686d..3bb60a8c7ce6e25973705786881db5238147a2cc 100755 (executable)
@@ -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 '