Code Monkey home page Code Monkey logo

Comments (7)

qiwihui avatar qiwihui commented on July 24, 2024

@yoyobbs 这个问题应该是脚本在传输过程中改变了,请问你是直接在路由器上运行一键命令还是用其他的软件上传到路由器上的呢?

from hiwifi-ss.

yoyobbs avatar yoyobbs commented on July 24, 2024

是用winscp上传shadow.sh到tmp目录
然后进入tmp目录
sh shadow.sh

from hiwifi-ss.

yoyobbs avatar yoyobbs commented on July 24, 2024

您提示:新版本使用项目根目录下的 shadow.sh 脚本进行安装
所以我按上面的步骤操作有误?

from hiwifi-ss.

qiwihui avatar qiwihui commented on July 24, 2024

@yoyobbs 你用以下的一键命令在极路由上安装这个插件:

cd /tmp && curl -k -o shadow.sh https://raw.githubusercontent.com/qiwihui/hiwifi-ss/master/shadow.sh && sh shadow.sh && rm shadow.sh

这个问题是因为windows和mac, linux在有些字符的编码上不一致,主要是行结束的编码不一致(回车换行的问题),你从winscp上传的话会改变一些字符,导致脚本识别sleep命令出错。使用Unix风格保存这个脚本再上传到极路由的话没有问题,DOS风格(windows风格)会出问题。

from hiwifi-ss.

yoyobbs avatar yoyobbs commented on July 24, 2024

谢谢,我今晚更新后再留言回复,致谢

from hiwifi-ss.

yoyobbs avatar yoyobbs commented on July 24, 2024

按照您的一键方法,成功安装ss,感谢作者的无私风险,万分感谢

from hiwifi-ss.

qiwihui avatar qiwihui commented on July 24, 2024

😄不谢~

from hiwifi-ss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.