mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
add -yq flags to actually make it noninteractive
This commit is contained in:
parent
746058306b
commit
1ef01ba4c6
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue