Code Monkey home page Code Monkey logo

allinonescript's Introduction

allinone run script

本脚本用于软路由iStoreOS系统(x86_64、arm64)
执行这个脚本可以快速安装各类装机必备插件。
由于许多插件存放在raw.githubusercontent.com服务器
国内直接访问容易超时或者访问不到。
因此执行这个脚本之前,最好让软路由器启用一个科学插件
这样才能够保证快速安装。替换hosts的方式不能完全规避速度慢的问题。

 █████╗ ██╗     ██╗         ██╗███╗   ██╗     ██████╗ ███╗   ██╗███████╗    ██╗  ██╗ █████╗  ██████╗ 
██╔══██╗██║     ██║         ██║████╗  ██║    ██╔═══██╗████╗  ██║██╔════╝    ╚██╗██╔╝██╔══██╗██╔════╝ 
███████║██║     ██║         ██║██╔██╗ ██║    ██║   ██║██╔██╗ ██║█████╗       ╚███╔╝ ╚█████╔╝███████╗ 
██╔══██║██║     ██║         ██║██║╚██╗██║    ██║   ██║██║╚██╗██║██╔══╝       ██╔██╗ ██╔══██╗██╔═══██╗
██║  ██║███████╗███████╗    ██║██║ ╚████║    ╚██████╔╝██║ ╚████║███████╗    ██╔╝ ██╗╚█████╔╝╚██████╔╝
╚═╝  ╚═╝╚══════╝╚══════╝    ╚═╝╚═╝  ╚═══╝     ╚═════╝ ╚═╝  ╚═══╝╚══════╝    ╚═╝  ╚═╝ ╚════╝  ╚═════╝ 
                                                                                                     
 

Features

1、设置好自定义域名劫持(主机名映射),防止Android原生TV首次连接不到Wifi的情况。
2、设置Emotn Store的域名代理,防止出现打不开Emotn Store的问题
3、安装好软路由关机、定时设置等必备插件
4、批量下载安装三大插件(OPS)
5、自动补全各类Clash内核(dev、tun、meta)
6、自动更新OpenClash到最新版本

How to Use

Static Badge

方式一: 在软路由终端执行下列命令即可

x86_64软路由


wget -O /tmp/OPS.run https://raw.githubusercontent.com/wukongdaily/allinonescript/main/x86/OPS.run && chmod +x /tmp/OPS.run && /tmp/OPS.run

arm软路由 (R2S、R4S等)


wget -O /tmp/OPS.run https://raw.githubusercontent.com/wukongdaily/allinonescript/main/arm64/OPS.run && chmod +x /tmp/OPS.run && /tmp/OPS.run


方式二: 下载release中的run文件。打开iStore商店,手动安装即可。


下载地址:https://github.com/wukongdaily/allinonescript/releases
如果run文件下载不下来可以在前面加上 https://ghproxy.com/
举个栗子:https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/allinonescript/main/x86/OPS.run


image

Static Badge

x86_64软路由


wget -O /tmp/OPSPVB.run https://raw.githubusercontent.com/wukongdaily/allinonescript/main/x86/OPSPVB.run && chmod +x /tmp/OPSPVB.run && /tmp/OPSPVB.run

arm软路由 (R2S、R4S等)


wget -O /tmp/OPSPVB.run https://raw.githubusercontent.com/wukongdaily/allinonescript/main/arm64/OPSPVB.run && chmod +x /tmp/OPSPVB.run && /tmp/OPSPVB.run

带菜单版一键脚本(集合全部功能)


Static Badge

在软路由终端执行下列命令即可(不区分CPU架构)

wget -O /tmp/all.run  https://raw.githubusercontent.com/wukongdaily/allinonescript/main/all/all.run && chmod +x /tmp/all.run  && /tmp/all.run

这个版本可以自动识别ARM或者x86平台,只需要执行上述命令,不需要担心架构问题。目前只适配了iStoreOS固件。其他固件后续看情况哈。

Refers to

https://github.com/AUK9527/Are-u-ok/tree/main/x86
https://github.com/megastep/makeself

allinonescript's People

Contributors

wukongdaily 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.