From dfbcee6cdbb14e69e1ec2703e535a579baa9e9eb Mon Sep 17 00:00:00 2001 From: jasonsj Date: Fri, 3 May 2013 18:52:48 -0700 Subject: [PATCH] silent gyp install --- scripts/setup_linux_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_linux_build.sh b/scripts/setup_linux_build.sh index c7a5f9f02..d5c673923 100755 --- a/scripts/setup_linux_build.sh +++ b/scripts/setup_linux_build.sh @@ -40,6 +40,6 @@ fi popd # install and run gyp to create makefile -sudo apt-get install gyp +sudo apt-get install gyp -qq --assume-yes gyp --depth .