Update README.md

This commit is contained in:
wukongdaily 2024-03-23 15:03:58 +08:00 committed by GitHub
parent 90d1474eeb
commit 5546f42ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 40 additions and 50 deletions

View File

@ -1,78 +1,68 @@
# Gl-iNet 系列路由器 一键iStoreOS风格化脚本
[![GitHub](https://img.shields.io/github/license/wukongdaily/gl-inet-onescript.svg?label=LICENSE&logo=github&logoColor=%20)](https://github.com/wukongdaily/gl-inet-onescript/blob/master/LICENSE) [![GitHub](https://img.shields.io/github/license/wukongdaily/gl-inet-onescript.svg?label=LICENSE&logo=github&logoColor=%20)](https://github.com/wukongdaily/gl-inet-onescript/blob/master/LICENSE)
![GitHub Stars](https://img.shields.io/github/stars/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Stars&logo=github) ![GitHub Stars](https://img.shields.io/github/stars/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Stars&logo=github)
![GitHub Forks](https://img.shields.io/github/forks/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Forks&logo=github) ![GitHub Forks](https://img.shields.io/github/forks/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Forks&logo=github)
***
# gl-inet-onescript
This script is specifically designed for GL-iNet routers to quickly install essential system software. Even if the user resets the system, there is no need to worry because this script can complete complex and tedious tasks with a single click.<br>
[切换到中文使用指南](https://github.com/wukongdaily/gl-inet-onescript/wiki/%E4%B8%AD%E6%96%87%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97)
# TipsHow to Use SSH
https://github.com/wukongdaily/HowToUseSSH
# one scripthas Menu
<img alt="Static Badge" src="https://img.shields.io/badge/MT3000-E70D0D?style=for-the-badge&label=MT2500A&labelColor=8A2BE2">
``` ## 🤔 这是什么?
该项目可以让MT2500/MT3000/MT6000路由器在不刷机情况下,一键变成iStoreOS风格。<br>
## 💡 特色功能
- 💻 支持`一键安装iStoreOS风格`
- 💻 支持`一键安装紫色的Argon主题`
- 💻 支持`一键安装文件管理器`
- 🔑 支持`一键设置MT-3000风扇开始工作的温度`
- 🌏 支持`一键部署Docker运行环境开发中`
- 🌏 支持`一键安装Docker Compose(开发中)`
- 🐋 支持`一键安装GL原厂adguardhome`
- 📕 支持`一键恢复原厂的OPKG软件源`
- ❓ 其他功能和特点会持续迭代
- MT-6000✅
- MT-3000 ✅
- MT-2500 ✅
## 🚀 快速上手
### 1. 在路由器终端执行如下命令
```bash
wget -O /tmp/gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh wget -O /tmp/gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh
``` ```
#### 或者执行
# 国内 ```bash
```
wget -O /tmp/gl-inet.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh wget -O /tmp/gl-inet.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh
``` ```
*** ### 2.单独安装iStore商店
```bash
# onekey for iStore
```
wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh
``` ```
# Install iStore offline by using a USB flash drive ### 3.单独安装文件管理器
https://telegra.ph/install-istore-for-mt3000-11-03 <br> ```bash
# onekey for File Manager
```
wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh wget -O /tmp/reinstall_istore.sh https://gitee.com/wukongdaily/gl_onescript/raw/master/reinstall_istore.sh && chmod +x /tmp/reinstall_istore.sh && /tmp/reinstall_istore.sh
/tmp/is-opkg install app-meta-linkease /tmp/is-opkg install app-meta-linkease
``` ```
### 4.新手ssh连接注意事项
https://github.com/wukongdaily/HowToUseSSH
# Important Note:↓ ### 辅助视频教程⬇️
### After the menu appears, press H to return to the old version of the video
## 🗂️ 引用项目
# Features 本项目的开发参照了以下项目,感谢这些开源项目的作者:
* At present, it is only compatible with GL-iNet MT2500 and MT-3000. ### istore
* Change the starting temperature for the MT3000 smart temperature-controlled fan to 45 degrees. https://github.com/linkease/istore
* One-click implementation of the iStoreOS homepage style and installation of the iStore store.
* Set up custom domain hijacking (hostname mapping)<br>
to prevent the issue of Android native TV not connecting to Wi-Fi for the first time.
* Other GL models and functions are under development; adaptations will be made based on audience feedback in the future.
* This script is only for my audience, and I'm not an expert. It's a free tool made for the convenience of viewers.
* press H/h to return to the old version of the video
* If you encounter problems, you can raise an issue, provide screenshots, or attach logs.
#
# Acknowledgments
1、Install 'iStore' offline by using a USB flash drive <br>
https://telegra.ph/install-istore-for-mt3000-11-03 <br>
2、Third-party software source<br>
https://dl.openwrt.ai/packages-23.05<br>
https://op.dllkids.xyz/packages<br>
3、iStore app store<br>
https://github.com/linkease/istore<br>