Skip to content

Commit

Permalink
add -yq flags to actually make it noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
mechmerlin authored and skullydazed committed Apr 19, 2019
1 parent 7460583 commit 1ef01ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1ef01ba

Please sign in to comment.