Giter Club home page Giter Club logo

scripts's Introduction

提示

如果不清楚本仓库的代码的作用,请不要随意下载并运行

脚本说明

  • 适用于骷髅头FusionWrt固件进行在线升级(2G内存以下设备大概率会失败),脚本中可选R4S/DN2/X86。
wget https://raw.githubusercontent.com/lone-wind/scripts/main/onlineupdate.sh && sh onlineupdate.sh
  • 如果出现“raw.githubusercontent.com|0.0.0.0”,可以尝试使用下述命令后,再使用升级脚本。
echo "185.199.109.133  raw.githubusercontent.com" >> /etc/hosts
  • 适用Openwrt扩容(新建分区),Docker根目录为/opt/docker的固件,将会修改Docker根目录使其挂载至新分区。
wget https://raw.githubusercontent.com/lone-wind/scripts/main/incr.sh && sh incr.sh
  • 适用于含Docker的Openwrt固件,安装/操作 双Adg容器。(默认路径为Flippy Op固件的/mnt/mmcblk2p4)
  • 其余设备食用,需手动设定容器目录(修改后会自动退出 输入sh adg.sh重新运行脚本),或者修改default_path模块中的save_path。
wget https://raw.githubusercontent.com/lone-wind/scripts/main/adg.sh && sh adg.sh
  • 适用于Flippy Arm盒子+Op固件,精简插件,保留最重要的SSRP+动态DNS(已验证)。
wget https://raw.githubusercontent.com/lone-wind/scripts/main/remove.sh && sh remove.sh
  • 多合一脚本,目前只有双Adg,更多脚本待开发??(有空再改,貌似联动有问题)
wget https://raw.githubusercontent.com/lone-wind/scripts/main/script.sh && sh script.sh

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.