Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Aug 2, 2024
1 parent 0314604 commit feb6113
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/download-chromium.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ while [ $# -gt 0 ]; do
export HTTPS_PROXY="$2"
NO_PROXY="127.0.0.0/8,10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16"
NO_PROXY="${NO_PROXY},::1/128,fe80::/10,fd00::/8,ff00::/8"
export NO_PROXY="${NO_PROXY},localhost"
export NO_PROXY="${NO_PROXY},localhost,.npmmirror.com"
;;
--mirror)
WITH_MIRROR="$2"
Expand Down
2 changes: 1 addition & 1 deletion tools/download-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
export HTTPS_PROXY="$2"
NO_PROXY="127.0.0.0/8,10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16"
NO_PROXY="${NO_PROXY},::1/128,fe80::/10,fd00::/8,ff00::/8"
export NO_PROXY="${NO_PROXY},localhost"
export NO_PROXY="${NO_PROXY},localhost,.npmmirror.com"
;;
*)
;;
Expand Down
2 changes: 1 addition & 1 deletion tools/update-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ while [ $# -gt 0 ]; do
export HTTPS_PROXY="$2"
NO_PROXY="127.0.0.0/8,10.0.0.0/8,100.64.0.0/10,172.16.0.0/12,192.168.0.0/16"
NO_PROXY="${NO_PROXY},::1/128,fe80::/10,fd00::/8,ff00::/8"
export NO_PROXY="${NO_PROXY},localhost"
export NO_PROXY="${NO_PROXY},localhost,.npmmirror.com"
;;
*) ;;

Expand Down

0 comments on commit feb6113

Please sign in to comment.