Skip to content

Commit

Permalink
Making wget work quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Mar 30, 2018
1 parent c088cb3 commit c916595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pshtt/build_pshtt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cp $VENV_DIR/bin/pshtt $BUILD_DIR/bin
###
# Copy in a snapshot of the public suffix list in text form
###
wget -O $BUILD_DIR/cache/public-suffix-list.txt \
wget -q -O $BUILD_DIR/cache/public-suffix-list.txt \
https://publicsuffix.org/list/public_suffix_list.dat

###
Expand Down
2 changes: 1 addition & 1 deletion trustymail/build_trustymail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cp $VENV_DIR/bin/trustymail $BUILD_DIR/bin
###
# Copy in a snapshot of the public suffix list in text form
###
wget -O $BUILD_DIR/cache/public-suffix-list.txt \
wget -q -O $BUILD_DIR/cache/public-suffix-list.txt \
https://publicsuffix.org/list/public_suffix_list.dat

###
Expand Down

0 comments on commit c916595

Please sign in to comment.