Giter VIP home page Giter VIP logo

Comments (5)

abcaad avatar abcaad commented on September 26, 2024 1

新签到脚本中版本号所在行多了一列(beta) 所以现在无法获取正确的版本号
修改sh中的80行也可以解决
remote_ver=$(cat $TEMP_SCRIPT | sed -n '/更新时间/p' | awk '{for (i=1;i<=NF;i++){if ($i ~/v/) {print $i}}}' | sed 's/v//')

from luci-app-jd-dailybonus.

ihuaer avatar ihuaer commented on September 26, 2024

新版本是beta版,你可以手动更新,也可以sh里面的143行后面的代码修改强制更新

from luci-app-jd-dailybonus.

yufeiyang2008 avatar yufeiyang2008 commented on September 26, 2024

@CharliesTONG 143行改成 if [ $(expr $local_ver/ = $remote_ver) -eq 0 ]; then
经测试可以更新,自己捣鼓出来的

from luci-app-jd-dailybonus.

jackberry avatar jackberry commented on September 26, 2024

@CharliesTONG 143行改成 if [ $(expr $local_ver/ = $remote_ver) -eq 0 ]; then
经测试可以更新,自己捣鼓出来的

sh脚本的143行已改成这个,点更新还是1.37,未检测到新版,还需要做其他修改吗?我看楼下说要更换sh里面的仓库地址

from luci-app-jd-dailybonus.

yufeiyang2008 avatar yufeiyang2008 commented on September 26, 2024

我只改了143行,在挂梯子网络环境下可以更新,我的是电信宽带,我怀疑是跟访问github的网络环境有关系,还有你改143行的时候不要复制上面代码,直接在源代码上修改,因为上面代码有多余空格

from luci-app-jd-dailybonus.

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.