From 5546f42ed540bf3edf16302e59f35fafa8af9af9 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:03:58 +0800 Subject: [PATCH] Update README.md --- README.md | 90 +++++++++++++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 50 deletions(-) diff --git a/README.md b/README.md index db18d10..217ca47 100644 --- a/README.md +++ b/README.md @@ -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 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) -*** -# 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.
- [切换到中文使用指南](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) -# Tips:How to Use SSH -https://github.com/wukongdaily/HowToUseSSH - -# one script(has Menu) -Static Badge -``` +## 🤔 这是什么? + +该项目可以让MT2500/MT3000/MT6000路由器在不刷机情况下,一键变成iStoreOS风格。
+ +## 💡 特色功能 + +- 💻 支持`一键安装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 - - ``` +#### 或者执行 -# 国内 -``` +```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 - - ``` -*** - -# onekey for iStore -``` +### 2.单独安装iStore商店 +```bash 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 -https://telegra.ph/install-istore-for-mt3000-11-03
- -# onekey for File Manager -``` +### 3.单独安装文件管理器 +```bash 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 ``` +### 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. -* Change the starting temperature for the MT3000 smart temperature-controlled fan to 45 degrees. -* One-click implementation of the iStoreOS homepage style and installation of the iStore store. -* Set up custom domain hijacking (hostname mapping)
- 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. -# +本项目的开发参照了以下项目,感谢这些开源项目的作者: +### istore +https://github.com/linkease/istore -# Acknowledgments - -1、Install 'iStore' offline by using a USB flash drive
-https://telegra.ph/install-istore-for-mt3000-11-03
-2、Third-party software source
-https://dl.openwrt.ai/packages-23.05
-https://op.dllkids.xyz/packages
-3、iStore app store
-https://github.com/linkease/istore
- -