Toggle wget quiet mode during installation script fetch

This commit is contained in:
Michał Siwek
2013-08-06 01:23:32 +02:00
parent 8e4b84c8e7
commit 9f6c83faf8

View File

@@ -12,4 +12,4 @@ Installation
Download and run installation script
wget -O - https://raw.github.com/skycocker/chromebrew/master/install_chromebrew.sh | sudo bash
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install_chromebrew.sh | sudo bash