xyzbubu / commonscript

This project is a universal script designed for OpenWrt. It can be used on both Arm and x86 platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commonscript

GitHub GitHub Stars GitHub Forks

The main function of this project is to convert OpenWrt style to iStoreOS style.


Static Badge 🔄 Static Badge

打开电脑系统终端,连接ssh,粘贴如下代码

Static Badge

wget -O /tmp/drive-common.sh  https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/commonscript/master/common/drive-common.sh && chmod +x /tmp/drive-common.sh  && /tmp/drive-common.sh


查看Wiki 更多详细使用说明

适用范围

  • x86_64的OpenWrt(eSir-GDQ etc)(UI上可以了,但是还存在诸多bug需要解决 建议等等)
  • aarch64_cortex-a53平台的OpenWrt(R2S、R4S etc)
  • aarch64_generic平台的OpenWrt(phicomm-n1 | Other Amlogic etc)
  • 360T7路由
  • 树莓派4b 选择 选项1

鸣谢

其他通用Script

About

This project is a universal script designed for OpenWrt. It can be used on both Arm and x86 platforms.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%