From cfe54be1aa34674c6867bdae03064469e71afbe3 Mon Sep 17 00:00:00 2001 From: ladyada Date: Mon, 15 Jan 2018 02:14:47 -0500 Subject: [PATCH] shh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9d773f1..6d4db04 100644 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ sleep 3 export DISPLAY=:1.0 # download and install arduino 1.8.5 -wget https://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz +wget --quiet --show-progress https://downloads.arduino.cc/arduino-1.8.5-linux64.tar.xz tar xf arduino-1.8.5-linux64.tar.xz mv arduino-1.8.5 $HOME/arduino_ide