From c695a3c7d9186fbd9e2280c5a747f0e8323cdfac Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 26 Apr 2017 13:17:04 -0400
Subject: [PATCH] try -nv flag for wget'ing nwjs binaries to cut down on log
 noise

---
 l2ork_addons/tar_em_up.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 9c385596c..55dd0f5bd 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -142,7 +142,7 @@ if [ ! -d "../pd/nw/nw" ]; then
 	nwjs_url=${nwjs_url}/$nwjs_filename
 	echo "Fetching the nwjs binary from"
 	echo "$nwjs_url"
-	wget $nwjs_url
+	wget -nv $nwjs_url
 	if [[ $os == "win" ]]; then
 		unzip $nwjs_filename
 	else
-- 
GitLab