Skip to content

Commit b05358d

Browse files
committed
Silenced arduino core file unzipping (produces more than 7K lines of unnecessary logs)
1 parent 756fce4 commit b05358d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
sudo apt-get install -y unzip
33
cd ~
44
wget https://github.com/codebendercc/arduino-core-files/archive/master.zip
5-
unzip master.zip
5+
unzip -q master.zip
66
sudo cp -r arduino-core-files-master /opt/codebender/codebender-arduino-core-files
77
rm master.zip
88
wget https://github.com/codebendercc/external_cores/archive/master.zip
9-
unzip master.zip
9+
unzip -q master.zip
1010
sudo cp -r external_cores-master /opt/codebender/external-core-files
1111
cd -

0 commit comments

Comments
 (0)