Skip to content
Snippets Groups Projects
Commit c695a3c7 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

try -nv flag for wget'ing nwjs binaries to cut down on log noise

parent a9978aa8
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ if [ ! -d "../pd/nw/nw" ]; then ...@@ -142,7 +142,7 @@ if [ ! -d "../pd/nw/nw" ]; then
nwjs_url=${nwjs_url}/$nwjs_filename nwjs_url=${nwjs_url}/$nwjs_filename
echo "Fetching the nwjs binary from" echo "Fetching the nwjs binary from"
echo "$nwjs_url" echo "$nwjs_url"
wget $nwjs_url wget -nv $nwjs_url
if [[ $os == "win" ]]; then if [[ $os == "win" ]]; then
unzip $nwjs_filename unzip $nwjs_filename
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment