From 8e170577eb269664640d93ca99d8c9810d2c3baf Mon Sep 17 00:00:00 2001 From: computermouth Date: Mon, 28 Nov 2016 17:15:19 -0800 Subject: [PATCH] Get rid of silent update to support ubuntu14.04 --- chip-update-firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-update-firmware.sh b/chip-update-firmware.sh index 0912fe2..455331f 100755 --- a/chip-update-firmware.sh +++ b/chip-update-firmware.sh @@ -8,7 +8,7 @@ IMAGESDIR=".new/firmware/images" DL_URL="http://opensource.nextthing.co/chip/images" -WGET="wget -q" +WGET="wget" FLAVOR=server BRANCH=stable