txthinking / google-hosts

Google hosts generator
https://www.txthinking.com
MIT License
3.33k stars 1.25k forks source link

执行find.sh出错 #80

Closed inaveu closed 9 years ago

inaveu commented 9 years ago

$ uname -m i686 所以执行find.sh时出现找不到iprange_i686,怎么办?谢谢

txthinking commented 9 years ago

试试:

$ cd scripts
$ cp iprange_i386 iprange_i686

然后再find

On Sat, Apr 11, 2015 at 10:24 AM inaveu notifications@github.com wrote:

$ uname -m i686 所以执行find.sh时出现找不到iprange_i686,怎么办?谢谢

— Reply to this email directly or view it on GitHub https://github.com/txthinking/google-hosts/issues/80.

txthinking commented 9 years ago

@inaveu 可以了吗

On Sat, Apr 11, 2015 at 10:39 AM Cloud cloud@txthinking.com wrote:

试试:

$ cd scripts
$ cp iprange_i386 iprange_i686

然后再find

On Sat, Apr 11, 2015 at 10:24 AM inaveu notifications@github.com wrote:

$ uname -m i686 所以执行find.sh时出现找不到iprange_i686,怎么办?谢谢

— Reply to this email directly or view it on GitHub https://github.com/txthinking/google-hosts/issues/80.

justin-tang commented 9 years ago

find.sh 出现以下问题请问怎么解决: ./find.sh: line 23: ./iprange_x86_64: cannot execute binary file ./find.sh: line 24: ./iprange_x86_64: cannot execute binary file ./find.sh: line 39: ((: i=: syntax error: operand expected (error token is "=")

txthinking commented 9 years ago

@justinTang 是Linux系统吗? https://github.com/txthinking/google-hosts/blob/master/scripts/README.md

On Sat, Apr 11, 2015 at 1:27 PM Justin Tang notifications@github.com wrote:

find.sh 出现以下问题请问怎么解决: ./find.sh: line 23: ./iprange_x86_64: cannot execute binary file ./find.sh: line 24: ./iprange_x86_64: cannot execute binary file ./find.sh: line 39: ((: i=: syntax error: operand expected (error token is "=")

— Reply to this email directly or view it on GitHub https://github.com/txthinking/google-hosts/issues/80#issuecomment-91765316 .