Skip to content

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

License

Notifications You must be signed in to change notification settings

zhangbo-1989/commonscript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.2%
  • Batchfile 1.8%