Coder Social home page Coder Social logo

lucky-files's Introduction

有问题请到 https://github.com/gdy666/lucky 提issue反馈.最好顺手点个小星星

使用方式:

~确认路由器设备已经开启SSH并获取root权限(带GUI桌面的Linux设备可使用自带终端安装)
~使用SSH连接工具(如putty,JuiceSSH,系统自带终端等)路由器或Linux设备的SSH管理界面或终端界面,并切换到root用户
~确认设备已经安装curl或者wget下载工具。如未安装,LInux设备请参考此处安装curl,基于OpenWrt(小米官方系统、潘多拉、高恪等)的设备请使用如下命令安装curl:

opkg update && opkg install curl #如已安装请忽略

~之后在SSH界面执行如下安装命令,并按照后续提示完成安装

升级新版本只需重新运行安装指令,末尾参数改为最新版本号,安装完成后在后台设置页面重启程序即可.

如无法连接或出现SSL连接错误,请尝试更换各种不同的安装源!

~使用curl安装

    新增半自动离线安装lucky的脚本 daji.sh
    将daji.sh下载上传到 /tmp/目录下
    执行
    chmod +x daji.sh  
    赋予执行权限,然后运行
    sh daji.sh
    查看当前CPU架构,根据CPU架构选择合适的lucky tar.gz文件上传到/tmp目录下。
    再次执行sh daji.sh 选择1根据提示安装即可。

#私人源
curl -o /tmp/install.sh   http://www.daji.it:6/files/golucky.sh  && sh /tmp/install.sh http://www.daji.it:6/files 2.7.4

wget -O /tmp/install.sh http://www.daji.it:6/files/golucky.sh  && sh /tmp/install.sh http://www.daji.it:6/files 2.7.4

#fastgit.org加速
curl -o /tmp/install.sh   https://raw.fastgit.org/gdy666/lucky-files/main/golucky.sh  && sh /tmp/install.sh https://raw.fastgit.org/gdy666/lucky-files/main 2.7.4
#jsDelivrCDN源
curl -o /tmp/install.sh  https://fastly.jsdelivr.net/gh/gdy666/lucky-files@main/golucky.sh  && sh /tmp/install.sh https://fastly.jsdelivr.net/gh/gdy666/lucky-files@main 2.7.4

~使用wget安装

#fastgit.org加速
wget -O /tmp/install.sh https://raw.fastgit.org/gdy666/lucky-files/main/golucky.sh  && sh /tmp/install.sh https://raw.fastgit.org/gdy666/lucky-files/main/ 2.7.4


```shell
#jsDelivrCDN源
wget -O /tmp/install.sh https://fastly.jsdelivr.net/gh/gdy666/lucky-files@main/golucky.sh  && sh /tmp/install.sh https://fastly.jsdelivr.net/gh/gdy666/lucky-files@main  2.7.4

~使用低版本wget(提示不支持https)安装

~运行时的额外依赖

大部分的设备/系统都已经预装了以下的大部分依赖,使用时如无影响可以无视之

bash/ash		必须		全部缺少时无法安装及运行脚本
curl/wget		必须		全部缺少时无法在线安装及更新,无法使用节点保存功能
systemd/rc.common	一般		全部缺少时只能使用保守模式,可能无法设置开机自动启动

lucky-files's People

Contributors

gdy666 avatar gdy666666 avatar

Stargazers

Snippet avatar  avatar zhuzy avatar  avatar  avatar Mayuu酱重症患者 avatar  avatar renruixuan avatar  avatar JK avatar shinebay avatar  avatar  avatar  avatar  avatar Kenny Lin avatar  avatar  avatar  avatar  avatar  avatar jx0923 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar MILI avatar  avatar  avatar zhao-zg avatar  avatar  avatar  avatar Sehczaa avatar  avatar  avatar  avatar niuber avatar Jestin avatar 最可爱的人 avatar  avatar tommy avatar  avatar  avatar nullexception avatar DOMgur0 avatar  avatar 梦雪 avatar  avatar  avatar  avatar 韦阿文 avatar  avatar  avatar FreeBird avatar  avatar masx200 avatar WilsonZhang avatar  avatar  avatar W1nd avatar  avatar 易大宝 avatar  avatar WithSalt avatar  avatar  avatar  avatar  avatar  avatar liaoxinyi avatar  avatar xream avatar  avatar  avatar qi7876 avatar  avatar  avatar  avatar  avatar  avatar  avatar Sakura丶舞随樱雨 avatar AkibaZhang avatar  avatar Ben avatar  avatar  avatar kiwi avatar VodBC avatar  avatar  avatar  avatar Uil-Nella avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.