gl-inet-onescript/README.md

69 lines
2.3 KiB
Markdown
Raw Normal View History

2024-03-23 15:03:58 +08:00
# 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)
2023-10-16 22:04:17 +08:00
2023-09-15 11:09:58 +08:00
2024-03-23 15:03:58 +08:00
## 🤔 这是什么?
2024-02-26 17:23:01 +08:00
2024-03-23 15:03:58 +08:00
该项目可以让MT2500/MT3000/MT6000路由器在不刷机情况下,一键变成iStoreOS风格。<br>
2023-09-15 11:09:58 +08:00
2024-03-23 15:03:58 +08:00
## 💡 特色功能
2023-09-15 11:09:58 +08:00
2024-03-23 15:03:58 +08:00
- 💻 支持`一键安装iStoreOS风格`
- 💻 支持`一键安装紫色的Argon主题`
- 💻 支持`一键安装文件管理器`
- 🔑 支持`一键设置MT-3000风扇开始工作的温度`
- 🌏 支持`一键部署Docker运行环境开发中`
- 🌏 支持`一键安装Docker Compose(开发中)`
- 🐋 支持`一键安装GL原厂adguardhome`
- 📕 支持`一键恢复原厂的OPKG软件源`
- ❓ 其他功能和特点会持续迭代
2024-03-23 15:07:16 +08:00
- GL-inet MT-6000✅
- GL-inet MT-3000 ✅
- GL-inet MT-2500 ✅
2024-02-26 17:23:01 +08:00
2024-03-23 15:03:58 +08:00
## 🚀 快速上手
2023-10-15 22:12:06 +08:00
2024-03-23 15:03:58 +08:00
### 1. 在路由器终端执行如下命令
2023-10-16 09:29:12 +08:00
2024-03-23 15:03:58 +08:00
```bash
2024-03-24 12:37:24 +08:00
wget -O gl-inet.sh https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh?$(date +%s) && chmod +x gl-inet.sh && ./gl-inet.sh
2023-10-16 09:29:12 +08:00
```
2024-03-23 15:03:58 +08:00
#### 或者执行
2023-10-16 09:29:12 +08:00
2024-03-23 15:03:58 +08:00
```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
2023-10-16 09:29:12 +08:00
```
2024-03-23 15:03:58 +08:00
### 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
2023-11-04 09:11:02 +08:00
2023-10-15 22:12:06 +08:00
```
2024-03-23 15:03:58 +08:00
### 3.单独安装文件管理器
```bash
2024-02-26 17:23:01 +08:00
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
2023-10-16 09:29:12 +08:00
/tmp/is-opkg install app-meta-linkease
2023-10-15 22:12:06 +08:00
2023-09-22 23:03:27 +08:00
```
2024-03-23 15:03:58 +08:00
### 4.新手ssh连接注意事项
https://github.com/wukongdaily/HowToUseSSH
2023-09-22 23:03:27 +08:00
2024-03-23 15:03:58 +08:00
### 辅助视频教程⬇️
2023-10-25 19:12:15 +08:00
2023-11-04 09:11:02 +08:00
2024-03-23 15:03:58 +08:00
## 🗂️ 引用项目
2023-10-25 19:12:15 +08:00
2024-03-23 15:03:58 +08:00
本项目的开发参照了以下项目,感谢这些开源项目的作者:
### istore
https://github.com/linkease/istore
2023-09-19 11:50:29 +08:00
2023-09-16 07:04:54 +08:00
2023-09-22 21:42:13 +08:00
2023-09-18 15:10:46 +08:00