From 1ef01ba4c695f2047415df3514e4e5edfaf2bc60 Mon Sep 17 00:00:00 2001
From: mechmerlin <mechmerlin@gmail.com>
Date: Sat, 23 Mar 2019 00:08:33 -0700
Subject: [PATCH] add -yq flags to actually make it noninteractive

---
 util/linux_install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/linux_install.sh b/util/linux_install.sh
index d6e6b86cdc..608975a915 100755
--- a/util/linux_install.sh
+++ b/util/linux_install.sh
@@ -34,7 +34,7 @@ elif grep ID /etc/os-release | grep -qE 'debian|ubuntu'; then
 	DEBCONF_NONINTERACTIVE_SEEN=true
 	export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
 	sudo apt-get update
-	sudo apt-get install \
+	sudo apt-get -yq install \
 		build-essential \
 		avr-libc \
 		binutils-arm-none-eabi \