~ruther/qmk_firmware

1ef01ba4c695f2047415df3514e4e5edfaf2bc60 — mechmerlin 6 years ago 7460583
add -yq flags to actually make it noninteractive
1 files changed, 1 insertions(+), 1 deletions(-)

M util/linux_install.sh
M util/linux_install.sh => util/linux_install.sh +1 -1
@@ 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 \